#A2996E

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

Shades of Tallow #A2996E

Tints of Tallow #A2996E

Color information

#A2996E (or 0xA2996E) is unknown color: approx Tallow. HEX triplet: A2, 99 and 6E. RGB value is (162,153,110). Sum of RGB (Red+Green+Blue) = 162+153+110=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 162 - color contains mainly: red. Hex color #A2996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2996E is #5D6691. Grayscale: #969696. Windows color (decimal): -6121106 or 7248290. OLE color: 7248290.

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

Color convert

RGB162153110-
CMYK00.060.320.36
HSL49.62º21.85%53.33%-
HSV(B)49.62º32.1%63.53%-
XYZ29.1131.5919.32-
YUV150.79104.98136-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=38.12%
G=36%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215311000.060.320.3649.6221.8553.33
HexA2996E062024321635
Octal242231156064044622665
Binary10100010100110011101110011010000010010011001010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2996E; }

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

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

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

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

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

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

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

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