#AA9B75

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

Shades of Tallow #AA9B75

Tints of Tallow #AA9B75

Color information

#AA9B75 (or 0xAA9B75) is unknown color: approx Tallow. HEX triplet: AA, 9B and 75. RGB value is (170,155,117). Sum of RGB (Red+Green+Blue) = 170+155+117=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9B75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9B75 is #55648A. Grayscale: #9B9B9B. Windows color (decimal): -5596299 or 7707562. OLE color: 7707562.

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

Color convert

RGB170155117-
CMYK00.090.310.33
HSL43.02º23.77%56.27%-
HSV(B)43.02º31.18%66.67%-
XYZ31.5133.2721.59-
YUV155.15106.47138.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 155 (60.94% from 255) = 35.07%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=38.46%
G=35.07%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015511700.090.310.3343.0223.7756.27
HexAA9B75091F212b1838
Octal2522331650113741533070
Binary10101010100110111110101010011111110000110101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9B75; }

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

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

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

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

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

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

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

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