#AA9D67

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

Shades of Tallow #AA9D67

Tints of Tallow #AA9D67

Color information

#AA9D67 (or 0xAA9D67) is unknown color: approx Tallow. HEX triplet: AA, 9D and 67. RGB value is (170,157,103). Sum of RGB (Red+Green+Blue) = 170+157+103=430 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.53% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 103 (40.62% from 255 or 23.95% from 430); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D67 is #556298. Grayscale: #9A9A9A. Windows color (decimal): -5595801 or 6790570. OLE color: 6790570.

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

Color convert

RGB170157103-
CMYK00.080.390.33
HSL48.36º28.27%53.53%-
HSV(B)48.36º39.41%66.67%-
XYZ31.0833.6417.69-
YUV154.7398.81138.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.53%
GREEN value IS 157 (61.72% from 255) = 36.51%
BLUE value IS 103 (40.62% from 255) = 23.95%
R=39.53%
G=36.51%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17015710300.080.390.3348.3628.2753.53
HexAA9D67082721301c36
Octal2522351470104741603466
Binary101010101001110111001110100010011110000111000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D67; }

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

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

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

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

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

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

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

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