#A29B6E

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

Shades of Tallow #A29B6E

Tints of Tallow #A29B6E

Color information

#A29B6E (or 0xA29B6E) is unknown color: approx Tallow. HEX triplet: A2, 9B and 6E. RGB value is (162,155,110). Sum of RGB (Red+Green+Blue) = 162+155+110=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 110 (43.36% from 255 or 25.76% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B6E is #5D6491. Grayscale: #989898. Windows color (decimal): -6120594 or 7248802. OLE color: 7248802.

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

Color convert

RGB162155110-
CMYK00.040.320.36
HSL51.92º21.85%53.33%-
HSV(B)51.92º32.1%63.53%-
XYZ29.4432.2519.43-
YUV151.96104.32135.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 110 (43.36% from 255) = 25.76%
R=37.94%
G=36.30%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215511000.040.320.3651.9221.8553.33
HexA29B6E042024341635
Octal242233156044044642665
Binary10100010100110111101110010010000010010011010010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B6E; }

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

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

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

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

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

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

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

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