#AE4072

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

Shades of Royal Heath #AE4072

Tints of Royal Heath #AE4072

Color information

#AE4072 (or 0xAE4072) is unknown color: approx Royal Heath. HEX triplet: AE, 40 and 72. RGB value is (174,64,114). Sum of RGB (Red+Green+Blue) = 174+64+114=352 (46% of max value = 765). Red value is 174 (68.36% from 255 or 49.43% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4072 is #51BF8D. Grayscale: #666666. Windows color (decimal): -5357454 or 7487662. OLE color: 7487662.

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

Color convert

RGB17464114-
CMYK00.630.340.32
HSL332.73º46.22%46.67%-
HSV(B)332.73º63.22%68.24%-
XYZ22.3313.8817.42-
YUV102.59134.44178.93-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 49.43%
GREEN value IS 64 (25.39% from 255) = 18.18%
BLUE value IS 114 (44.92% from 255) = 32.39%
R=49.43%
G=18.18%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1746411400.630.340.32332.7346.2246.67
HexAE407203F222014d2e2f
Octal25610016207742405155657
Binary10101110100000011100100111111100010100000101001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4072; }

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

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

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

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

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

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

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

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