#ae5579

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

Shades of Royal Heath #AE5579

Tints of Royal Heath #AE5579

Color information

#AE5579 (or 0xAE5579) is unknown color: approx Royal Heath. HEX triplet: AE, 55 and 79. RGB value is (174,85,121). Sum of RGB (Red+Green+Blue) = 174+85+121=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5579 is #51AA86. Grayscale: #737373. Windows color (decimal): -5352071 or 7951790. OLE color: 7951790.

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

Color convert

RGB17485121-
CMYK00.510.300.32
HSL335.73º35.46%50.78%-
HSV(B)335.73º51.15%68.24%-
XYZ24.1616.8820.07-
YUV115.71130.99169.57-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=45.79%
G=22.37%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748512100.510.300.32335.7335.4650.78
HexAE55790331E201502333
Octal25612517106336405204363
Binary1010111010101011111001011001111110100000101010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae5579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae5579; }

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

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

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

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

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

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

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

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