#AA9B72

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

Shades of Tallow #AA9B72

Tints of Tallow #AA9B72

Color information

#AA9B72 (or 0xAA9B72) is unknown color: approx Tallow. HEX triplet: AA, 9B and 72. RGB value is (170,155,114). Sum of RGB (Red+Green+Blue) = 170+155+114=439 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.72% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B72 is #55648D. Grayscale: #9A9A9A. Windows color (decimal): -5596302 or 7510954. OLE color: 7510954.

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

Color convert

RGB170155114-
CMYK00.090.330.33
HSL43.93º24.78%55.69%-
HSV(B)43.93º32.94%66.67%-
XYZ31.3433.220.68-
YUV154.81104.97138.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.72%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 114 (44.92% from 255) = 25.97%
R=38.72%
G=35.31%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015511400.090.330.3343.9324.7855.69
HexAA9B720921212c1938
Octal2522331620114141543170
Binary101010101001101111100100100110000110000110110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B72; }

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

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

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

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

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

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

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

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