#AA8D78

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

Shades of Sandrift #AA8D78

Tints of Sandrift #AA8D78

Color information

#AA8D78 (or 0xAA8D78) is unknown color: approx Sandrift. HEX triplet: AA, 8D and 78. RGB value is (170,141,120). Sum of RGB (Red+Green+Blue) = 170+141+120=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D78 is #557287. Grayscale: #939393. Windows color (decimal): -5599880 or 7900586. OLE color: 7900586.

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

Color convert

RGB170141120-
CMYK00.170.290.33
HSL25.2º22.73%56.86%-
HSV(B)25.2º29.41%66.67%-
XYZ29.4928.9521.8-
YUV147.28112.61144.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 141 (55.47% from 255) = 32.71%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=39.44%
G=32.71%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014112000.170.290.3325.222.7356.86
HexAA8D780111D21191739
Octal2522151700213541312771
Binary10101010100011011111000010001111011000011100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D78; }

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

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

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

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

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

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

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

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