#A9A26D

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

Shades of Tallow #A9A26D

Tints of Tallow #A9A26D

Color information

#A9A26D (or 0xA9A26D) is unknown color: approx Tallow. HEX triplet: A9, A2 and 6D. RGB value is (169,162,109). Sum of RGB (Red+Green+Blue) = 169+162+109=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A26D is #565D92. Grayscale: #9E9E9E. Windows color (decimal): -5660051 or 7185065. OLE color: 7185065.

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

Color convert

RGB169162109-
CMYK00.040.360.34
HSL53º25.86%54.51%-
HSV(B)53º35.5%66.27%-
XYZ32.0435.3819.61-
YUV158.05100.32135.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.41%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=38.41%
G=36.82%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16916210900.040.360.345325.8654.51
HexA9A26D042422351a37
Octal251242155044442653267
Binary10101001101000101101101010010010010001011010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A26D; }

 p { color: rgb(169,162,109); }

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

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

 a { background-color: rgb(169,162,109); }

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

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

 span { border-color: rgb(169,162,109); }

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