#AE5772

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

Shades of Royal Heath #AE5772

Tints of Royal Heath #AE5772

Color information

#AE5772 (or 0xAE5772) is unknown color: approx Royal Heath. HEX triplet: AE, 57 and 72. RGB value is (174,87,114). Sum of RGB (Red+Green+Blue) = 174+87+114=375 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.4% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5772 is #51A88D. Grayscale: #747474. Windows color (decimal): -5351566 or 7493550. OLE color: 7493550.

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

Color convert

RGB17487114-
CMYK00.50.340.32
HSL341.38º34.94%51.18%-
HSV(B)341.38º50%68.24%-
XYZ23.917.0317.95-
YUV116.09126.82169.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.4%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=46.4%
G=23.2%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748711400.50.340.32341.3834.9451.18
HexAE577203222201552333
Octal25612716206242405254363
Binary10101110101011111100100110010100010100000101010101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5772; }

 p { color: rgb(174,87,114); }

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

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

 a { background-color: rgb(174,87,114); }

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

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

 span { border-color: rgb(174,87,114); }

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