#AE5D76

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

Shades of Royal Heath #AE5D76

Tints of Royal Heath #AE5D76

Color information

#AE5D76 (or 0xAE5D76) is unknown color: approx Royal Heath. HEX triplet: AE, 5D and 76. RGB value is (174,93,118). Sum of RGB (Red+Green+Blue) = 174+93+118=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5D76 is #51A289. Grayscale: #787878. Windows color (decimal): -5350026 or 7757230. OLE color: 7757230.

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

Color convert

RGB17493118-
CMYK00.470.320.32
HSL341.48º33.33%52.35%-
HSV(B)341.48º46.55%68.24%-
XYZ24.6418.1419.34-
YUV120.07126.84166.47-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 118 (46.48% from 255) = 30.65%
R=45.19%
G=24.16%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749311800.470.320.32341.4833.3352.35
HexAE5D7602F20201552134
Octal25613516605740405254164
Binary10101110101110111101100101111100000100000101010101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5D76; }

 p { color: rgb(174,93,118); }

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

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

 a { background-color: rgb(174,93,118); }

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

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

 span { border-color: rgb(174,93,118); }

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