#AE5070

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

Shades of Royal Heath #AE5070

Tints of Royal Heath #AE5070

Color information

#AE5070 (or 0xAE5070) is unknown color: approx Royal Heath. HEX triplet: AE, 50 and 70. RGB value is (174,80,112). Sum of RGB (Red+Green+Blue) = 174+80+112=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5070 is #51AF8F. Grayscale: #6F6F6F. Windows color (decimal): -5353360 or 7360686. OLE color: 7360686.

HSL color Cylindrical-coordinate representation of color #AE5070: hue angle of 339.57º 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 #AE5070 is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB17480112-
CMYK00.540.360.32
HSL339.57º37.01%49.8%-
HSV(B)339.57º54.02%68.24%-
XYZ23.2515.9117.17-
YUV111.75128.14172.4-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 80 (31.64% from 255) = 21.86%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=47.54%
G=21.86%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748011200.540.360.32339.5737.0149.8
HexAE507003624201542532
Octal25612016006644405244562
Binary10101110101000011100000110110100100100000101010100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5070; }

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

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

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

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

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

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

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

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