#AA8E77

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

Shades of Sandrift #AA8E77

Tints of Sandrift #AA8E77

Color information

#AA8E77 (or 0xAA8E77) is unknown color: approx Sandrift. HEX triplet: AA, 8E and 77. RGB value is (170,142,119). Sum of RGB (Red+Green+Blue) = 170+142+119=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E77 is #557188. Grayscale: #939393. Windows color (decimal): -5599625 or 7835306. OLE color: 7835306.

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

Color convert

RGB170142119-
CMYK00.160.30.33
HSL27.06º23.08%56.67%-
HSV(B)27.06º30%66.67%-
XYZ29.5829.2221.53-
YUV147.75111.78143.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 142 (55.86% from 255) = 32.95%
BLUE value IS 119 (46.88% from 255) = 27.61%
R=39.44%
G=32.95%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014211900.160.30.3327.0623.0856.67
HexAA8E770101E211b1739
Octal2522161670203641332771
Binary10101010100011101110111010000111101000011101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E77; }

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

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

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

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

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

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

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

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