#A29A75

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

Shades of Tallow #A29A75

Tints of Tallow #A29A75

Color information

#A29A75 (or 0xA29A75) is unknown color: approx Tallow. HEX triplet: A2, 9A and 75. RGB value is (162,154,117). Sum of RGB (Red+Green+Blue) = 162+154+117=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A75 is #5D658A. Grayscale: #989898. Windows color (decimal): -6120843 or 7707298. OLE color: 7707298.

HSL color Cylindrical-coordinate representation of color #A29A75: hue angle of 49.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29A75 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB162154117-
CMYK00.050.280.36
HSL49.33º19.48%54.71%-
HSV(B)49.33º27.78%63.53%-
XYZ29.6732.0821.46-
YUV152.17108.15135.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.41%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=37.41%
G=35.57%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215411700.050.280.3649.3319.4854.71
HexA29A75051C24311337
Octal242232165053444612367
Binary1010001010011010111010101011110010010011000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A75; }

 p { color: rgb(162,154,117); }

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

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

 a { background-color: rgb(162,154,117); }

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

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

 span { border-color: rgb(162,154,117); }

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