#A29C6F

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

Shades of Tallow #A29C6F

Tints of Tallow #A29C6F

Color information

#A29C6F (or 0xA29C6F) is unknown color: approx Tallow. HEX triplet: A2, 9C and 6F. RGB value is (162,156,111). Sum of RGB (Red+Green+Blue) = 162+156+111=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C6F is #5D6390. Grayscale: #989898. Windows color (decimal): -6120337 or 7314594. OLE color: 7314594.

HSL color Cylindrical-coordinate representation of color #A29C6F: hue angle of 52.94º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A29C6F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162156111-
CMYK00.040.310.36
HSL52.94º21.52%53.53%-
HSV(B)52.94º31.48%63.53%-
XYZ29.6632.6119.77-
YUV152.66104.49134.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 156 (61.33% from 255) = 36.36%
BLUE value IS 111 (43.75% from 255) = 25.87%
R=37.76%
G=36.36%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215611100.040.310.3652.9421.5253.53
HexA29C6F041F24351636
Octal242234157043744652666
Binary1010001010011100110111101001111110010011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C6F; }

 p { color: rgb(162,156,111); }

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

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

 a { background-color: rgb(162,156,111); }

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

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

 span { border-color: rgb(162,156,111); }

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