#AA9D68

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

Shades of Tallow #AA9D68

Tints of Tallow #AA9D68

Color information

#AA9D68 (or 0xAA9D68) is unknown color: approx Tallow. HEX triplet: AA, 9D and 68. RGB value is (170,157,104). Sum of RGB (Red+Green+Blue) = 170+157+104=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9D68 is #556297. Grayscale: #9B9B9B. Windows color (decimal): -5595800 or 6856106. OLE color: 6856106.

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

Color convert

RGB170157104-
CMYK00.080.390.33
HSL48.18º27.97%53.73%-
HSV(B)48.18º38.82%66.67%-
XYZ31.1333.6617.95-
YUV154.8499.31138.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.44%
GREEN value IS 157 (61.72% from 255) = 36.43%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=39.44%
G=36.43%
B=24.13%

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
Decimal17015710400.080.390.3348.1827.9753.73
HexAA9D68082721301c36
Octal2522351500104741603466
Binary101010101001110111010000100010011110000111000011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9D68; }

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

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

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

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

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

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

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

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