#AE512C

Color #AE512C Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AE512C

Tints of Rose Of Sharon #AE512C

Color information

#AE512C (or 0xAE512C) is unknown color: approx Rose Of Sharon. HEX triplet: AE, 51 and 2C. RGB value is (174,81,44). Sum of RGB (Red+Green+Blue) = 174+81+44=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AE512C is #51AED3. Grayscale: #686868. Windows color (decimal): -5353172 or 2904494. OLE color: 2904494.

HSL color Cylindrical-coordinate representation of color #AE512C: hue angle of 17.08º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE512C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB1748144-
CMYK00.530.750.32
HSL17.08º59.63%42.75%-
HSV(B)17.08º74.71%68.24%-
XYZ20.8515.074.19-
YUV104.5993.81177.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 58.19%
GREEN value IS 81 (32.03% from 255) = 27.09%
BLUE value IS 44 (17.58% from 255) = 14.72%
R=58.19%
G=27.09%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174814400.530.750.3217.0859.6342.75
HexAE512C0354B20113c2b
Octal2561215406511340217453
Binary1010111010100011011000110101100101110000010001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE512C; }

 p { color: rgb(174,81,44); }

 H1.HeaderClassName
 {
   color: #AE512C;
 }
 .AnyTagClassName
 {
   color: #AE512C;
 }
</style>
background-color css

<style>
 a { background-color: #AE512C; }

 a { background-color: rgb(174,81,44); }

 div.DivClassName
 {
   background-color: #AE512C;
 }
 .BgClassName
 {
   background-color: #AE512C;
 }
</style>
border-color css

<style>
 span { border-color: #AE512C; }

 span { border-color: rgb(174,81,44); }

 td.TdClassName
 {
   border-color: #AE512C;
 }
 .TagClassName
 {
   border-color: #AE512C;
 }
</style>