#aa8d77

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

Shades of Sandrift #AA8D77

Tints of Sandrift #AA8D77

Color information

#AA8D77 (or 0xAA8D77) is unknown color: approx Sandrift. HEX triplet: AA, 8D and 77. RGB value is (170,141,119). Sum of RGB (Red+Green+Blue) = 170+141+119=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D77 is #557288. Grayscale: #939393. Windows color (decimal): -5599881 or 7835050. OLE color: 7835050.

HSL color Cylindrical-coordinate representation of color #AA8D77: hue angle of 25.88º 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 #AA8D77 is Cyan = 0, Magento = 0.17, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB170141119-
CMYK00.170.30.33
HSL25.88º23.08%56.67%-
HSV(B)25.88º30%66.67%-
XYZ29.4328.9321.49-
YUV147.16112.11144.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 141 (55.47% from 255) = 32.79%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=39.53%
G=32.79%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014111900.170.30.3325.8823.0856.67
HexAA8D770111E211a1739
Octal2522151670213641322771
Binary10101010100011011110111010001111101000011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa8d77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa8d77; }

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

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

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

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

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

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

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

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