#AA9F6C

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

Shades of Tallow #AA9F6C

Tints of Tallow #AA9F6C

Color information

#AA9F6C (or 0xAA9F6C) is unknown color: approx Tallow. HEX triplet: AA, 9F and 6C. RGB value is (170,159,108). Sum of RGB (Red+Green+Blue) = 170+159+108=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9F6C is #556093. Grayscale: #9C9C9C. Windows color (decimal): -5595284 or 7118762. OLE color: 7118762.

HSL color Cylindrical-coordinate representation of color #AA9F6C: hue angle of 49.35º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA9F6C is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB170159108-
CMYK00.060.360.33
HSL49.35º26.72%54.51%-
HSV(B)49.35º36.47%66.67%-
XYZ31.6834.4319.16-
YUV156.48100.64137.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=38.90%
G=36.38%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015910800.060.360.3349.3526.7254.51
HexAA9F6C062421311b37
Octal252237154064441613367
Binary10101010100111111101100011010010010000111000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9F6C; }

 p { color: rgb(170,159,108); }

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

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

 a { background-color: rgb(170,159,108); }

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

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

 span { border-color: rgb(170,159,108); }

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