#AE5170

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

Shades of Royal Heath #AE5170

Tints of Royal Heath #AE5170

Color information

#AE5170 (or 0xAE5170) is unknown color: approx Royal Heath. HEX triplet: AE, 51 and 70. RGB value is (174,81,112). Sum of RGB (Red+Green+Blue) = 174+81+112=367 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.41% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5170 is #51AE8F. Grayscale: #707070. Windows color (decimal): -5353104 or 7360942. OLE color: 7360942.

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

Color convert

RGB17481112-
CMYK00.530.360.32
HSL340º36.47%50%-
HSV(B)340º53.45%68.24%-
XYZ23.3216.0517.2-
YUV112.34127.81171.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.41%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=47.41%
G=22.07%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748111200.530.360.3234036.4750
HexAE517003524201542432
Octal25612116006544405244462
Binary10101110101000111100000110101100100100000101010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5170; }

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

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

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

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

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

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

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

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