#A9A06B

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

Shades of Tallow #A9A06B

Tints of Tallow #A9A06B

Color information

#A9A06B (or 0xA9A06B) is unknown color: approx Tallow. HEX triplet: A9, A0 and 6B. RGB value is (169,160,107). Sum of RGB (Red+Green+Blue) = 169+160+107=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A06B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A06B is #565F94. Grayscale: #9C9C9C. Windows color (decimal): -5660565 or 7053481. OLE color: 7053481.

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

Color convert

RGB169160107-
CMYK00.050.370.34
HSL51.29º26.5%54.12%-
HSV(B)51.29º36.69%66.27%-
XYZ31.5934.6418.93-
YUV156.6599.98136.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=38.76%
G=36.70%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916010700.050.370.3451.2926.554.12
HexA9A06B052522331a36
Octal251240153054542633266
Binary10101001101000001101011010110010110001011001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A06B; }

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

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

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

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

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

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

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

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