#AE5775

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

Shades of Royal Heath #AE5775

Tints of Royal Heath #AE5775

Color information

#AE5775 (or 0xAE5775) is unknown color: approx Royal Heath. HEX triplet: AE, 57 and 75. RGB value is (174,87,117). Sum of RGB (Red+Green+Blue) = 174+87+117=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5775 is #51A88A. Grayscale: #747474. Windows color (decimal): -5351563 or 7690158. OLE color: 7690158.

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

Color convert

RGB17487117-
CMYK00.50.330.32
HSL339.31º34.94%51.18%-
HSV(B)339.31º50%68.24%-
XYZ24.0717.118.86-
YUV116.43128.32169.06-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 117 (46.09% from 255) = 30.95%
R=46.03%
G=23.02%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748711700.50.330.32339.3134.9451.18
HexAE577503221201532333
Octal25612716506241405234363
Binary10101110101011111101010110010100001100000101010011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5775; }

 p { color: rgb(174,87,117); }

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

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

 a { background-color: rgb(174,87,117); }

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

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

 span { border-color: rgb(174,87,117); }

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