#AE5777

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

Shades of Royal Heath #AE5777

Tints of Royal Heath #AE5777

Color information

#AE5777 (or 0xAE5777) is unknown color: approx Royal Heath. HEX triplet: AE, 57 and 77. RGB value is (174,87,119). Sum of RGB (Red+Green+Blue) = 174+87+119=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5777 is #51A888. Grayscale: #747474. Windows color (decimal): -5351561 or 7821230. OLE color: 7821230.

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

Color convert

RGB17487119-
CMYK00.50.320.32
HSL337.93º34.94%51.18%-
HSV(B)337.93º50%68.24%-
XYZ24.1917.1519.49-
YUV116.66129.32168.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 87 (34.38% from 255) = 22.89%
BLUE value IS 119 (46.88% from 255) = 31.32%
R=45.79%
G=22.89%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748711900.50.320.32337.9334.9451.18
HexAE577703220201522333
Octal25612716706240405224363
Binary10101110101011111101110110010100000100000101010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5777; }

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

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

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

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

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

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

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

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