#AE4772

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

Shades of Royal Heath #AE4772

Tints of Royal Heath #AE4772

Color information

#AE4772 (or 0xAE4772) is unknown color: approx Royal Heath. HEX triplet: AE, 47 and 72. RGB value is (174,71,114). Sum of RGB (Red+Green+Blue) = 174+71+114=359 (47% of max value = 765). Red value is 174 (68.36% from 255 or 48.47% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE4772 is #51B88D. Grayscale: #6A6A6A. Windows color (decimal): -5355662 or 7489454. OLE color: 7489454.

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

Color convert

RGB17471114-
CMYK00.590.340.32
HSL334.95º42.04%48.04%-
HSV(B)334.95º59.2%68.24%-
XYZ22.7514.7217.56-
YUV106.7132.12176-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 48.47%
GREEN value IS 71 (28.12% from 255) = 19.78%
BLUE value IS 114 (44.92% from 255) = 31.75%
R=48.47%
G=19.78%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1747111400.590.340.32334.9542.0448.04
HexAE477203B222014f2a30
Octal25610716207342405175260
Binary10101110100011111100100111011100010100000101001111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4772; }

 p { color: rgb(174,71,114); }

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

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

 a { background-color: rgb(174,71,114); }

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

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

 span { border-color: rgb(174,71,114); }

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