#AA9B6C

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

Shades of Tallow #AA9B6C

Tints of Tallow #AA9B6C

Color information

#AA9B6C (or 0xAA9B6C) is unknown color: approx Tallow. HEX triplet: AA, 9B and 6C. RGB value is (170,155,108). Sum of RGB (Red+Green+Blue) = 170+155+108=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B6C is #556493. Grayscale: #9A9A9A. Windows color (decimal): -5596308 or 7117738. OLE color: 7117738.

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

Color convert

RGB170155108-
CMYK00.090.360.33
HSL45.48º26.72%54.51%-
HSV(B)45.48º36.47%66.67%-
XYZ31.0133.0718.94-
YUV154.13101.97139.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.26%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 108 (42.58% from 255) = 24.94%
R=39.26%
G=35.80%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015510800.090.360.3345.4826.7254.51
HexAA9B6C0924212d1b37
Octal2522331540114441553367
Binary101010101001101111011000100110010010000110110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B6C; }

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

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

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

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

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

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

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

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