#AA9A67

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

Shades of Tallow #AA9A67

Tints of Tallow #AA9A67

Color information

#AA9A67 (or 0xAA9A67) is unknown color: approx Tallow. HEX triplet: AA, 9A and 67. RGB value is (170,154,103). Sum of RGB (Red+Green+Blue) = 170+154+103=427 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.81% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 103 (40.62% from 255 or 24.12% from 427); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9A67 is #556598. Grayscale: #999999. Windows color (decimal): -5596569 or 6789802. OLE color: 6789802.

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

Color convert

RGB170154103-
CMYK00.090.390.33
HSL45.67º28.27%53.53%-
HSV(B)45.67º39.41%66.67%-
XYZ30.5832.6417.52-
YUV152.9799.8140.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.81%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 103 (40.62% from 255) = 24.12%
R=39.81%
G=36.07%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015410300.090.390.3345.6728.2753.53
HexAA9A670927212e1c36
Octal2522321470114741563466
Binary101010101001101011001110100110011110000110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9A67; }

 p { color: rgb(170,154,103); }

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

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

 a { background-color: rgb(170,154,103); }

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

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

 span { border-color: rgb(170,154,103); }

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