#AE5171

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

Shades of Royal Heath #AE5171

Tints of Royal Heath #AE5171

Color information

#AE5171 (or 0xAE5171) is unknown color: approx Royal Heath. HEX triplet: AE, 51 and 71. RGB value is (174,81,113). Sum of RGB (Red+Green+Blue) = 174+81+113=368 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.28% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5171 is #51AE8E. Grayscale: #707070. Windows color (decimal): -5353103 or 7426478. OLE color: 7426478.

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

Color convert

RGB17481113-
CMYK00.530.350.32
HSL339.35º36.47%50%-
HSV(B)339.35º53.45%68.24%-
XYZ23.3816.0817.49-
YUV112.46128.31171.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.28%
GREEN value IS 81 (32.03% from 255) = 22.01%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=47.28%
G=22.01%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748111300.530.350.32339.3536.4750
HexAE517103523201532432
Octal25612116106543405234462
Binary10101110101000111100010110101100011100000101010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5171; }

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

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

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

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

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

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

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

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