#AA8A78

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

Shades of Sandrift #AA8A78

Tints of Sandrift #AA8A78

Color information

#AA8A78 (or 0xAA8A78) is unknown color: approx Sandrift. HEX triplet: AA, 8A and 78. RGB value is (170,138,120). Sum of RGB (Red+Green+Blue) = 170+138+120=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A78 is #557587. Grayscale: #919191. Windows color (decimal): -5600648 or 7899818. OLE color: 7899818.

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

Color convert

RGB170138120-
CMYK00.190.290.33
HSL21.6º22.73%56.86%-
HSV(B)21.6º29.41%66.67%-
XYZ29.0628.0821.66-
YUV145.52113.6145.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.72%
GREEN value IS 138 (54.30% from 255) = 32.24%
BLUE value IS 120 (47.27% from 255) = 28.04%
R=39.72%
G=32.24%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013812000.190.290.3321.622.7356.86
HexAA8A780131D21161739
Octal2522121700233541262771
Binary10101010100010101111000010011111011000011011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A78; }

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

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

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

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

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

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

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

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