#AA8C7D

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

Shades of Sandrift #AA8C7D

Tints of Sandrift #AA8C7D

Color information

#AA8C7D (or 0xAA8C7D) is unknown color: approx Sandrift. HEX triplet: AA, 8C and 7D. RGB value is (170,140,125). Sum of RGB (Red+Green+Blue) = 170+140+125=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C7D is #557382. Grayscale: #939393. Windows color (decimal): -5600131 or 8228010. OLE color: 8228010.

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

Color convert

RGB170140125-
CMYK00.180.260.33
HSL20º20.93%57.84%-
HSV(B)20º26.47%66.67%-
XYZ29.6628.7823.39-
YUV147.26115.44144.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 125 (49.22% from 255) = 28.74%
R=39.08%
G=32.18%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014012500.180.260.332020.9357.84
HexAA8C7D0121A2114153a
Octal2522141750223241242572
Binary10101010100011001111101010010110101000011010010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C7D; }

 p { color: rgb(170,140,125); }

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

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

 a { background-color: rgb(170,140,125); }

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

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

 span { border-color: rgb(170,140,125); }

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