#AE4977

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

Shades of Royal Heath #AE4977

Tints of Royal Heath #AE4977

Color information

#AE4977 (or 0xAE4977) is unknown color: approx Royal Heath. HEX triplet: AE, 49 and 77. RGB value is (174,73,119). Sum of RGB (Red+Green+Blue) = 174+73+119=366 (48% of max value = 765). Red value is 174 (68.36% from 255 or 47.54% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4977 is #51B688. Grayscale: #6C6C6C. Windows color (decimal): -5355145 or 7817646. OLE color: 7817646.

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

Color convert

RGB17473119-
CMYK00.580.320.32
HSL332.67º40.89%48.43%-
HSV(B)332.67º58.05%68.24%-
XYZ23.1715.119.15-
YUV108.44133.96174.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 47.54%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=47.54%
G=19.95%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747311900.580.320.32332.6740.8948.43
HexAE497703A202014d2930
Octal25611116707240405155160
Binary10101110100100111101110111010100000100000101001101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4977; }

 p { color: rgb(174,73,119); }

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

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

 a { background-color: rgb(174,73,119); }

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

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

 span { border-color: rgb(174,73,119); }

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