#AE5172

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

Shades of Royal Heath #AE5172

Tints of Royal Heath #AE5172

Color information

#AE5172 (or 0xAE5172) is unknown color: approx Royal Heath. HEX triplet: AE, 51 and 72. RGB value is (174,81,114). Sum of RGB (Red+Green+Blue) = 174+81+114=369 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.15% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5172 is #51AE8D. Grayscale: #707070. Windows color (decimal): -5353102 or 7492014. OLE color: 7492014.

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

Color convert

RGB17481114-
CMYK00.530.340.32
HSL338.71º36.47%50%-
HSV(B)338.71º53.45%68.24%-
XYZ23.4416.117.79-
YUV112.57128.81171.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.15%
GREEN value IS 81 (32.03% from 255) = 21.95%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=47.15%
G=21.95%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748111400.530.340.32338.7136.4750
HexAE517203522201532432
Octal25612116206542405234462
Binary10101110101000111100100110101100010100000101010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5172; }

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

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

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

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

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

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

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

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