#AA8D7B

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

Shades of Sandrift #AA8D7B

Tints of Sandrift #AA8D7B

Color information

#AA8D7B (or 0xAA8D7B) is unknown color: approx Sandrift. HEX triplet: AA, 8D and 7B. RGB value is (170,141,123). Sum of RGB (Red+Green+Blue) = 170+141+123=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8D7B is #557284. Grayscale: #939393. Windows color (decimal): -5599877 or 8097194. OLE color: 8097194.

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

Color convert

RGB170141123-
CMYK00.170.280.33
HSL22.98º21.66%57.45%-
HSV(B)22.98º27.65%66.67%-
XYZ29.6829.0322.78-
YUV147.62114.11143.96-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.17%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 123 (48.44% from 255) = 28.34%
R=39.17%
G=32.49%
B=28.34%

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
Decimal17014112300.170.280.3322.9821.6657.45
HexAA8D7B0111C21171639
Octal2522151730213441272671
Binary10101010100011011111011010001111001000011011110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D7B; }

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

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

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

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

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

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

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

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