#AE4276

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

Shades of Royal Heath #AE4276

Tints of Royal Heath #AE4276

Color information

#AE4276 (or 0xAE4276) is unknown color: approx Royal Heath. HEX triplet: AE, 42 and 76. RGB value is (174,66,118). Sum of RGB (Red+Green+Blue) = 174+66+118=358 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.60% from 358); Green value is 66 (26.17% from 255 or 18.44% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4276 is #51BD89. Grayscale: #686868. Windows color (decimal): -5356938 or 7750318. OLE color: 7750318.

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

Color convert

RGB17466118-
CMYK00.620.320.32
HSL331.11º45%47.06%-
HSV(B)331.11º62.07%68.24%-
XYZ22.6714.218.69-
YUV104.22135.78177.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.60%
GREEN value IS 66 (26.17% from 255) = 18.44%
BLUE value IS 118 (46.48% from 255) = 32.96%
R=48.60%
G=18.44%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746611800.620.320.32331.114547.06
HexAE427603E202014b2d2f
Octal25610216607640405135557
Binary10101110100001011101100111110100000100000101001011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4276; }

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

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

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

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

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

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

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

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