#A29B6A

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

Shades of Tallow #A29B6A

Tints of Tallow #A29B6A

Color information

#A29B6A (or 0xA29B6A) is unknown color: approx Tallow. HEX triplet: A2, 9B and 6A. RGB value is (162,155,106). Sum of RGB (Red+Green+Blue) = 162+155+106=423 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.30% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B6A is #5D6495. Grayscale: #979797. Windows color (decimal): -6120598 or 6986658. OLE color: 6986658.

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

Color convert

RGB162155106-
CMYK00.040.350.36
HSL52.5º23.14%52.55%-
HSV(B)52.5º34.57%63.53%-
XYZ29.2232.1618.3-
YUV151.51102.32135.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.30%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=38.30%
G=36.64%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215510600.040.350.3652.523.1452.55
HexA29B6A042324341735
Octal242233152044344642765
Binary10100010100110111101010010010001110010011010010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B6A; }

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

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

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

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

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

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

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

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