#A2996F

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

Shades of Tallow #A2996F

Tints of Tallow #A2996F

Color information

#A2996F (or 0xA2996F) is unknown color: approx Tallow. HEX triplet: A2, 99 and 6F. RGB value is (162,153,111). Sum of RGB (Red+Green+Blue) = 162+153+111=426 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.03% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 162 - color contains mainly: red. Hex color #A2996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2996F is #5D6690. Grayscale: #979797. Windows color (decimal): -6121105 or 7313826. OLE color: 7313826.

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

Color convert

RGB162153111-
CMYK00.060.310.36
HSL49.41º21.52%53.53%-
HSV(B)49.41º31.48%63.53%-
XYZ29.1631.6119.6-
YUV150.9105.48135.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.03%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=38.03%
G=35.92%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215311100.060.310.3649.4121.5253.53
HexA2996F061F24311636
Octal242231157063744612666
Binary1010001010011001110111101101111110010011000110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2996F; }

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

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

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

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

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

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

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

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