#AE5476

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

Shades of Royal Heath #AE5476

Tints of Royal Heath #AE5476

Color information

#AE5476 (or 0xAE5476) is unknown color: approx Royal Heath. HEX triplet: AE, 54 and 76. RGB value is (174,84,118). Sum of RGB (Red+Green+Blue) = 174+84+118=376 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.28% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5476 is #51AB89. Grayscale: #727272. Windows color (decimal): -5352330 or 7754926. OLE color: 7754926.

HSL color Cylindrical-coordinate representation of color #AE5476: hue angle of 337.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 #AE5476 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB17484118-
CMYK00.520.320.32
HSL337.33º35.71%50.59%-
HSV(B)337.33º51.72%68.24%-
XYZ23.916.6519.09-
YUV114.79129.82170.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.28%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=46.28%
G=22.34%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748411800.520.320.32337.3335.7150.59
HexAE547603420201512433
Octal25612416606440405214463
Binary10101110101010011101100110100100000100000101010001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5476; }

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

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

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

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

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

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

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

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