#AA8F7F

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

Shades of Sandrift #AA8F7F

Tints of Sandrift #AA8F7F

Color information

#AA8F7F (or 0xAA8F7F) is unknown color: approx Sandrift. HEX triplet: AA, 8F and 7F. RGB value is (170,143,127). Sum of RGB (Red+Green+Blue) = 170+143+127=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA8F7F is #557080. Grayscale: #959595. Windows color (decimal): -5599361 or 8359850. OLE color: 8359850.

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

Color convert

RGB170143127-
CMYK00.160.250.33
HSL22.33º20.19%58.24%-
HSV(B)22.33º25.29%66.67%-
XYZ30.2329.7224.22-
YUV149.25115.45142.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 127 (50% from 255) = 28.86%
R=38.64%
G=32.5%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014312700.160.250.3322.3320.1958.24
HexAA8F7F010192116143a
Octal2522171770203141262472
Binary10101010100011111111111010000110011000011011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8F7F; }

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

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

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

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

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

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

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

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