#A29C6D

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

Shades of Tallow #A29C6D

Tints of Tallow #A29C6D

Color information

#A29C6D (or 0xA29C6D) is unknown color: approx Tallow. HEX triplet: A2, 9C and 6D. RGB value is (162,156,109). Sum of RGB (Red+Green+Blue) = 162+156+109=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C6D is #5D6392. Grayscale: #989898. Windows color (decimal): -6120339 or 7183522. OLE color: 7183522.

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

Color convert

RGB162156109-
CMYK00.040.330.36
HSL53.21º22.18%53.14%-
HSV(B)53.21º32.72%63.53%-
XYZ29.5532.5619.2-
YUV152.44103.49134.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.94%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=37.94%
G=36.53%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215610900.040.330.3653.2122.1853.14
HexA29C6D042124351635
Octal242234155044144652665
Binary10100010100111001101101010010000110010011010110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C6D; }

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

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

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

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

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

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

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

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