#AE5877

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

Shades of Royal Heath #AE5877

Tints of Royal Heath #AE5877

Color information

#AE5877 (or 0xAE5877) is unknown color: approx Royal Heath. HEX triplet: AE, 58 and 77. RGB value is (174,88,119). Sum of RGB (Red+Green+Blue) = 174+88+119=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5877 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5877 is #51A788. Grayscale: #757575. Windows color (decimal): -5351305 or 7821486. OLE color: 7821486.

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

Color convert

RGB17488119-
CMYK00.490.320.32
HSL338.37º34.68%51.37%-
HSV(B)338.37º49.43%68.24%-
XYZ24.2817.3119.51-
YUV117.25128.99168.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.67%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 119 (46.88% from 255) = 31.23%
R=45.67%
G=23.10%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748811900.490.320.32338.3734.6851.37
HexAE587703120201522333
Octal25613016706140405224363
Binary10101110101100011101110110001100000100000101010010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5877; }

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

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

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

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

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

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

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

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