#A9A068

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

Shades of Tallow #A9A068

Tints of Tallow #A9A068

Color information

#A9A068 (or 0xA9A068) is unknown color: approx Tallow. HEX triplet: A9, A0 and 68. RGB value is (169,160,104). Sum of RGB (Red+Green+Blue) = 169+160+104=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A068 is #565F97. Grayscale: #9C9C9C. Windows color (decimal): -5660568 or 6856873. OLE color: 6856873.

HSL color Cylindrical-coordinate representation of color #A9A068: hue angle of 51.69º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A9A068 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB169160104-
CMYK00.050.380.34
HSL51.69º27.43%53.53%-
HSV(B)51.69º38.46%66.27%-
XYZ31.4334.5818.11-
YUV156.3198.48137.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.03%
GREEN value IS 160 (62.89% from 255) = 36.95%
BLUE value IS 104 (41.02% from 255) = 24.02%
R=39.03%
G=36.95%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916010400.050.380.3451.6927.4353.53
HexA9A068052622341b36
Octal251240150054642643366
Binary10101001101000001101000010110011010001011010011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A068; }

 p { color: rgb(169,160,104); }

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

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

 a { background-color: rgb(169,160,104); }

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

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

 span { border-color: rgb(169,160,104); }

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