#AA8F77

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

Shades of Sandrift #AA8F77

Tints of Sandrift #AA8F77

Color information

#AA8F77 (or 0xAA8F77) is unknown color: approx Sandrift. HEX triplet: AA, 8F and 77. RGB value is (170,143,119). Sum of RGB (Red+Green+Blue) = 170+143+119=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 119 (46.88% from 255 or 27.55% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F77 is #557088. Grayscale: #949494. Windows color (decimal): -5599369 or 7835562. OLE color: 7835562.

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

Color convert

RGB170143119-
CMYK00.160.30.33
HSL28.24º23.08%56.67%-
HSV(B)28.24º30%66.67%-
XYZ29.7329.5221.58-
YUV148.34111.45143.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 143 (56.25% from 255) = 33.10%
BLUE value IS 119 (46.88% from 255) = 27.55%
R=39.35%
G=33.10%
B=27.55%

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
Decimal17014311900.160.30.3328.2423.0856.67
HexAA8F770101E211c1739
Octal2522171670203641342771
Binary10101010100011111110111010000111101000011110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F77; }

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

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

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

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

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

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

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

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