#AA8D7C

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

Shades of Sandrift #AA8D7C

Tints of Sandrift #AA8D7C

Color information

#AA8D7C (or 0xAA8D7C) is unknown color: approx Sandrift. HEX triplet: AA, 8D and 7C. RGB value is (170,141,124). Sum of RGB (Red+Green+Blue) = 170+141+124=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D7C is #557283. Grayscale: #939393. Windows color (decimal): -5599876 or 8162730. OLE color: 8162730.

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

Color convert

RGB170141124-
CMYK00.170.270.33
HSL22.17º21.3%57.65%-
HSV(B)22.17º27.06%66.67%-
XYZ29.7429.0523.11-
YUV147.73114.61143.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 124 (48.83% from 255) = 28.51%
R=39.08%
G=32.41%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014112400.170.270.3322.1721.357.65
HexAA8D7C0111B2116153a
Octal2522151740213341262572
Binary10101010100011011111100010001110111000011011010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D7C; }

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

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

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

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

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

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

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

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