#AA9E74

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

Shades of Tallow #AA9E74

Tints of Tallow #AA9E74

Color information

#AA9E74 (or 0xAA9E74) is unknown color: approx Tallow. HEX triplet: AA, 9E and 74. RGB value is (170,158,116). Sum of RGB (Red+Green+Blue) = 170+158+116=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9E74 is #55618B. Grayscale: #9C9C9C. Windows color (decimal): -5595532 or 7642794. OLE color: 7642794.

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

Color convert

RGB170158116-
CMYK00.070.320.33
HSL46.67º24.11%56.08%-
HSV(B)46.67º31.76%66.67%-
XYZ31.9634.2621.45-
YUV156.8104.98137.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.29%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=38.29%
G=35.59%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015811600.070.320.3346.6724.1156.08
HexAA9E740720212f1838
Octal252236164074041573070
Binary10101010100111101110100011110000010000110111111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9E74; }

 p { color: rgb(170,158,116); }

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

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

 a { background-color: rgb(170,158,116); }

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

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

 span { border-color: rgb(170,158,116); }

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