#AE5979

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

Shades of Royal Heath #AE5979

Tints of Royal Heath #AE5979

Color information

#AE5979 (or 0xAE5979) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 79. RGB value is (174,89,121). Sum of RGB (Red+Green+Blue) = 174+89+121=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5979 is #51A686. Grayscale: #767676. Windows color (decimal): -5351047 or 7952814. OLE color: 7952814.

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

Color convert

RGB17489121-
CMYK00.490.300.32
HSL337.41º34.41%51.57%-
HSV(B)337.41º48.85%68.24%-
XYZ24.4817.5220.18-
YUV118.06129.66167.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=45.31%
G=23.18%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748912100.490.300.32337.4134.4151.57
HexAE59790311E201512234
Octal25613117106136405214264
Binary1010111010110011111001011000111110100000101010001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5979; }

 p { color: rgb(174,89,121); }

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

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

 a { background-color: rgb(174,89,121); }

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

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

 span { border-color: rgb(174,89,121); }

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