#AA4272

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

Shades of Royal Heath #AA4272

Tints of Royal Heath #AA4272

Color information

#AA4272 (or 0xAA4272) is unknown color: approx Royal Heath. HEX triplet: AA, 42 and 72. RGB value is (170,66,114). Sum of RGB (Red+Green+Blue) = 170+66+114=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4272 is #55BD8D. Grayscale: #666666. Windows color (decimal): -5619086 or 7488170. OLE color: 7488170.

HSL color Cylindrical-coordinate representation of color #AA4272: hue angle of 332.31º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA4272 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17066114-
CMYK00.610.330.33
HSL332.31º44.07%46.27%-
HSV(B)332.31º61.18%66.67%-
XYZ21.5613.6617.42-
YUV102.57134.46176.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 66 (26.17% from 255) = 18.86%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=48.57%
G=18.86%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706611400.610.330.33332.3144.0746.27
HexAA427203D212114c2c2e
Octal25210216207541415145456
Binary10101010100001011100100111101100001100001101001100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4272; }

 p { color: rgb(170,66,114); }

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

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

 a { background-color: rgb(170,66,114); }

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

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

 span { border-color: rgb(170,66,114); }

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