#AA8977

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

Shades of Sandrift #AA8977

Tints of Sandrift #AA8977

Color information

#AA8977 (or 0xAA8977) is unknown color: approx Sandrift. HEX triplet: AA, 89 and 77. RGB value is (170,137,119). Sum of RGB (Red+Green+Blue) = 170+137+119=426 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.91% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8977 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8977 is #557688. Grayscale: #909090. Windows color (decimal): -5600905 or 7834026. OLE color: 7834026.

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

Color convert

RGB170137119-
CMYK00.190.30.33
HSL21.18º23.08%56.67%-
HSV(B)21.18º30%66.67%-
XYZ28.8527.7721.29-
YUV144.82113.43145.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.91%
GREEN value IS 137 (53.91% from 255) = 32.16%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=39.91%
G=32.16%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013711900.190.30.3321.1823.0856.67
HexAA89770131E21151739
Octal2522111670233641252771
Binary10101010100010011110111010011111101000011010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8977; }

 p { color: rgb(170,137,119); }

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

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

 a { background-color: rgb(170,137,119); }

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

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

 span { border-color: rgb(170,137,119); }

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