#AE5072

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

Shades of Royal Heath #AE5072

Tints of Royal Heath #AE5072

Color information

#AE5072 (or 0xAE5072) is unknown color: approx Royal Heath. HEX triplet: AE, 50 and 72. RGB value is (174,80,114). Sum of RGB (Red+Green+Blue) = 174+80+114=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5072 is #51AF8D. Grayscale: #6F6F6F. Windows color (decimal): -5353358 or 7491758. OLE color: 7491758.

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

Color convert

RGB17480114-
CMYK00.540.340.32
HSL338.3º37.01%49.8%-
HSV(B)338.3º54.02%68.24%-
XYZ23.3615.9517.77-
YUV111.98129.14172.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 114 (44.92% from 255) = 30.98%
R=47.28%
G=21.74%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748011400.540.340.32338.337.0149.8
HexAE507203622201522532
Octal25612016206642405224562
Binary10101110101000011100100110110100010100000101010010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5072; }

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

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

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

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

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

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

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

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