#AE4876

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

Shades of Royal Heath #AE4876

Tints of Royal Heath #AE4876

Color information

#AE4876 (or 0xAE4876) is unknown color: approx Royal Heath. HEX triplet: AE, 48 and 76. RGB value is (174,72,118). Sum of RGB (Red+Green+Blue) = 174+72+118=364 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.80% from 364); Green value is 72 (28.52% from 255 or 19.78% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4876 is #51B789. Grayscale: #6B6B6B. Windows color (decimal): -5355402 or 7751854. OLE color: 7751854.

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

Color convert

RGB17472118-
CMYK00.590.320.32
HSL332.94º41.46%48.24%-
HSV(B)332.94º58.62%68.24%-
XYZ23.0414.9418.81-
YUV107.74133.79175.26-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.80%
GREEN value IS 72 (28.52% from 255) = 19.78%
BLUE value IS 118 (46.48% from 255) = 32.42%
R=47.80%
G=19.78%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747211800.590.320.32332.9441.4648.24
HexAE487603B202014d2930
Octal25611016607340405155160
Binary10101110100100011101100111011100000100000101001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4876; }

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

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

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

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

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

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

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

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