#AA4975

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

Shades of Royal Heath #AA4975

Tints of Royal Heath #AA4975

Color information

#AA4975 (or 0xAA4975) is unknown color: approx Royal Heath. HEX triplet: AA, 49 and 75. RGB value is (170,73,117). Sum of RGB (Red+Green+Blue) = 170+73+117=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4975 is #55B68A. Grayscale: #6A6A6A. Windows color (decimal): -5617291 or 7686570. OLE color: 7686570.

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

Color convert

RGB17073117-
CMYK00.570.310.33
HSL332.78º39.92%47.65%-
HSV(B)332.78º57.06%66.67%-
XYZ22.1714.618.48-
YUV107.02133.64172.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.22%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 117 (46.09% from 255) = 32.5%
R=47.22%
G=20.28%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707311700.570.310.33332.7839.9247.65
HexAA49750391F2114d2830
Octal25211116507137415155060
Binary1010101010010011110101011100111111100001101001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4975; }

 p { color: rgb(170,73,117); }

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

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

 a { background-color: rgb(170,73,117); }

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

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

 span { border-color: rgb(170,73,117); }

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