#AA4470

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

Shades of Royal Heath #AA4470

Tints of Royal Heath #AA4470

Color information

#AA4470 (or 0xAA4470) is unknown color: approx Royal Heath. HEX triplet: AA, 44 and 70. RGB value is (170,68,112). Sum of RGB (Red+Green+Blue) = 170+68+112=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4470 is #55BB8F. Grayscale: #676767. Windows color (decimal): -5618576 or 7357610. OLE color: 7357610.

HSL color Cylindrical-coordinate representation of color #AA4470: hue angle of 334.12º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA4470 is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17068112-
CMYK00.60.340.33
HSL334.12º42.86%46.67%-
HSV(B)334.12º60%66.67%-
XYZ21.5713.8516.87-
YUV103.51132.79175.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.57%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 112 (44.14% from 255) = 32%
R=48.57%
G=19.43%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706811200.60.340.33334.1242.8646.67
HexAA447003C222114e2b2f
Octal25210416007442415165357
Binary10101010100010011100000111100100010100001101001110101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4470; }

 p { color: rgb(170,68,112); }

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

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

 a { background-color: rgb(170,68,112); }

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

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

 span { border-color: rgb(170,68,112); }

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