#AE5975

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

Shades of Royal Heath #AE5975

Tints of Royal Heath #AE5975

Color information

#AE5975 (or 0xAE5975) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 75. RGB value is (174,89,117). Sum of RGB (Red+Green+Blue) = 174+89+117=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5975 is #51A68A. Grayscale: #757575. Windows color (decimal): -5351051 or 7690670. OLE color: 7690670.

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

Color convert

RGB17489117-
CMYK00.490.330.32
HSL340.24º34.41%51.57%-
HSV(B)340.24º48.85%68.24%-
XYZ24.2417.4318.92-
YUV117.61127.66168.22-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 89 (35.16% from 255) = 23.42%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=45.79%
G=23.42%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748911700.490.330.32340.2434.4151.57
HexAE597503121201542234
Octal25613116506141405244264
Binary10101110101100111101010110001100001100000101010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5975; }

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

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

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

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

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

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

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

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