#A29B6F

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

Shades of Tallow #A29B6F

Tints of Tallow #A29B6F

Color information

#A29B6F (or 0xA29B6F) is unknown color: approx Tallow. HEX triplet: A2, 9B and 6F. RGB value is (162,155,111). Sum of RGB (Red+Green+Blue) = 162+155+111=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B6F is #5D6490. Grayscale: #989898. Windows color (decimal): -6120593 or 7314338. OLE color: 7314338.

HSL color Cylindrical-coordinate representation of color #A29B6F: hue angle of 51.76º 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 #A29B6F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB162155111-
CMYK00.040.310.36
HSL51.76º21.52%53.53%-
HSV(B)51.76º31.48%63.53%-
XYZ29.4932.2719.71-
YUV152.08104.82135.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=37.85%
G=36.21%
B=25.93%

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
Decimal16215511100.040.310.3651.7621.5253.53
HexA29B6F041F24341636
Octal242233157043744642666
Binary1010001010011011110111101001111110010011010010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B6F; }

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

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

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

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

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

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

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

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