#AA8E76

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

Shades of Sandrift #AA8E76

Tints of Sandrift #AA8E76

Color information

#AA8E76 (or 0xAA8E76) is unknown color: approx Sandrift. HEX triplet: AA, 8E and 76. RGB value is (170,142,118). Sum of RGB (Red+Green+Blue) = 170+142+118=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8E76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8E76 is #557189. Grayscale: #939393. Windows color (decimal): -5599626 or 7769770. OLE color: 7769770.

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

Color convert

RGB170142118-
CMYK00.160.310.33
HSL27.69º23.42%56.47%-
HSV(B)27.69º30.59%66.67%-
XYZ29.5229.221.22-
YUV147.64111.28143.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 142 (55.86% from 255) = 33.02%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=39.53%
G=33.02%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014211800.160.310.3327.6923.4256.47
HexAA8E760101F211c1738
Octal2522161660203741342770
Binary10101010100011101110110010000111111000011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8E76; }

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

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

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

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

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

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

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

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