#AA8A7C

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

Shades of Sandrift #AA8A7C

Tints of Sandrift #AA8A7C

Color information

#AA8A7C (or 0xAA8A7C) is unknown color: approx Sandrift. HEX triplet: AA, 8A and 7C. RGB value is (170,138,124). Sum of RGB (Red+Green+Blue) = 170+138+124=432 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.35% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8A7C is #557583. Grayscale: #929292. Windows color (decimal): -5600644 or 8161962. OLE color: 8161962.

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

Color convert

RGB170138124-
CMYK00.190.270.33
HSL18.26º21.3%57.65%-
HSV(B)18.26º27.06%66.67%-
XYZ29.328.1822.96-
YUV145.97115.6145.14-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.35%
GREEN value IS 138 (54.30% from 255) = 31.94%
BLUE value IS 124 (48.83% from 255) = 28.70%
R=39.35%
G=31.94%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013812400.190.270.3318.2621.357.65
HexAA8A7C0131B2112153a
Octal2522121740233341222572
Binary10101010100010101111100010011110111000011001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A7C; }

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

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

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

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

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

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

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

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