#AA8C7F

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

Shades of Sandrift #AA8C7F

Tints of Sandrift #AA8C7F

Color information

#AA8C7F (or 0xAA8C7F) is unknown color: approx Sandrift. HEX triplet: AA, 8C and 7F. RGB value is (170,140,127). Sum of RGB (Red+Green+Blue) = 170+140+127=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 127 (50% from 255 or 29.06% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8C7F is #557380. Grayscale: #939393. Windows color (decimal): -5600129 or 8359082. OLE color: 8359082.

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

Color convert

RGB170140127-
CMYK00.180.250.33
HSL18.14º20.19%58.24%-
HSV(B)18.14º25.29%66.67%-
XYZ29.7928.8324.07-
YUV147.49116.44144.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 140 (55.08% from 255) = 32.04%
BLUE value IS 127 (50% from 255) = 29.06%
R=38.90%
G=32.04%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014012700.180.250.3318.1420.1958.24
HexAA8C7F012192112143a
Octal2522141770223141222472
Binary10101010100011001111111010010110011000011001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C7F; }

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

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

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

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

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

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

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

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