#AA4879

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

Shades of Royal Heath #AA4879

Tints of Royal Heath #AA4879

Color information

#AA4879 (or 0xAA4879) is unknown color: approx Royal Heath. HEX triplet: AA, 48 and 79. RGB value is (170,72,121). Sum of RGB (Red+Green+Blue) = 170+72+121=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4879 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4879 is #55B786. Grayscale: #6A6A6A. Windows color (decimal): -5617543 or 7948458. OLE color: 7948458.

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

Color convert

RGB17072121-
CMYK00.580.290.33
HSL330º40.5%47.45%-
HSV(B)330º57.65%66.67%-
XYZ22.3514.5619.72-
YUV106.89135.97173.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.83%
GREEN value IS 72 (28.52% from 255) = 19.83%
BLUE value IS 121 (47.66% from 255) = 33.33%
R=46.83%
G=19.83%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707212100.580.290.3333040.547.45
HexAA487903A1D2114a282f
Octal25211017107235415125057
Binary1010101010010001111001011101011101100001101001010101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4879; }

 p { color: rgb(170,72,121); }

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

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

 a { background-color: rgb(170,72,121); }

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

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

 span { border-color: rgb(170,72,121); }

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