#AE5973

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

Shades of Royal Heath #AE5973

Tints of Royal Heath #AE5973

Color information

#AE5973 (or 0xAE5973) is unknown color: approx Royal Heath. HEX triplet: AE, 59 and 73. RGB value is (174,89,115). Sum of RGB (Red+Green+Blue) = 174+89+115=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE5973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE5973 is #51A68C. Grayscale: #757575. Windows color (decimal): -5351053 or 7559598. OLE color: 7559598.

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

Color convert

RGB17489115-
CMYK00.490.340.32
HSL341.65º34.41%51.57%-
HSV(B)341.65º48.85%68.24%-
XYZ24.1217.3818.3-
YUV117.38126.66168.39-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 115 (45.31% from 255) = 30.42%
R=46.03%
G=23.54%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1748911500.490.340.32341.6534.4151.57
HexAE597303122201562234
Octal25613116306142405264264
Binary10101110101100111100110110001100010100000101010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5973; }

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

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

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

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

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

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

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

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