#AE5470

Color #AE5470 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AE5470

Tints of Royal Heath #AE5470

Color information

#AE5470 (or 0xAE5470) is unknown color: approx Royal Heath. HEX triplet: AE, 54 and 70. RGB value is (174,84,112). Sum of RGB (Red+Green+Blue) = 174+84+112=370 (49% of max value = 765). Red value is 174 (68.36% from 255 or 47.03% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5470 is #51AB8F. Grayscale: #727272. Windows color (decimal): -5352336 or 7361710. OLE color: 7361710.

HSL color Cylindrical-coordinate representation of color #AE5470: hue angle of 341.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE5470 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17484112-
CMYK00.520.360.32
HSL341.33º35.71%50.59%-
HSV(B)341.33º51.72%68.24%-
XYZ23.5516.5117.27-
YUV114.1126.82170.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.03%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=47.03%
G=22.70%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748411200.520.360.32341.3335.7150.59
HexAE547003424201552433
Octal25612416006444405254463
Binary10101110101010011100000110100100100100000101010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5470; }

 p { color: rgb(174,84,112); }

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

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

 a { background-color: rgb(174,84,112); }

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

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

 span { border-color: rgb(174,84,112); }

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