#AA8B76

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

Shades of Sandrift #AA8B76

Tints of Sandrift #AA8B76

Color information

#AA8B76 (or 0xAA8B76) is unknown color: approx Sandrift. HEX triplet: AA, 8B and 76. RGB value is (170,139,118). Sum of RGB (Red+Green+Blue) = 170+139+118=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8B76 is #557489. Grayscale: #919191. Windows color (decimal): -5600394 or 7769002. OLE color: 7769002.

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

Color convert

RGB170139118-
CMYK00.180.310.33
HSL24.23º23.42%56.47%-
HSV(B)24.23º30.59%66.67%-
XYZ29.0828.3221.07-
YUV145.88112.27145.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 139 (54.69% from 255) = 32.55%
BLUE value IS 118 (46.48% from 255) = 27.63%
R=39.81%
G=32.55%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013911800.180.310.3324.2323.4256.47
HexAA8B760121F21181738
Octal2522131660223741302770
Binary10101010100010111110110010010111111000011100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B76; }

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

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

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

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

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

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

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

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