#AA8F7C

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

Shades of Sandrift #AA8F7C

Tints of Sandrift #AA8F7C

Color information

#AA8F7C (or 0xAA8F7C) is unknown color: approx Sandrift. HEX triplet: AA, 8F and 7C. RGB value is (170,143,124). Sum of RGB (Red+Green+Blue) = 170+143+124=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F7C is #557083. Grayscale: #959595. Windows color (decimal): -5599364 or 8163242. OLE color: 8163242.

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

Color convert

RGB170143124-
CMYK00.160.270.33
HSL24.78º21.3%57.65%-
HSV(B)24.78º27.06%66.67%-
XYZ30.0429.6523.21-
YUV148.91113.95143.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 124 (48.83% from 255) = 28.38%
R=38.90%
G=32.72%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014312400.160.270.3324.7821.357.65
HexAA8F7C0101B2119153a
Octal2522171740203341312572
Binary10101010100011111111100010000110111000011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F7C; }

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

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

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

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

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

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

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

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