#AA8D7A

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

Shades of Sandrift #AA8D7A

Tints of Sandrift #AA8D7A

Color information

#AA8D7A (or 0xAA8D7A) is unknown color: approx Sandrift. HEX triplet: AA, 8D and 7A. RGB value is (170,141,122). Sum of RGB (Red+Green+Blue) = 170+141+122=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D7A is #557285. Grayscale: #939393. Windows color (decimal): -5599878 or 8031658. OLE color: 8031658.

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

Color convert

RGB170141122-
CMYK00.170.280.33
HSL23.75º22.02%57.25%-
HSV(B)23.75º28.24%66.67%-
XYZ29.622922.45-
YUV147.5113.61144.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 141 (55.47% from 255) = 32.56%
BLUE value IS 122 (48.05% from 255) = 28.18%
R=39.26%
G=32.56%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014112200.170.280.3323.7522.0257.25
HexAA8D7A0111C21181639
Octal2522151720213441302671
Binary10101010100011011111010010001111001000011100010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D7A; }

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

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

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

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

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

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

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

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