#A7996D

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

Shades of Tallow #A7996D

Tints of Tallow #A7996D

Color information

#A7996D (or 0xA7996D) is unknown color: approx Tallow. HEX triplet: A7, 99 and 6D. RGB value is (167,153,109). Sum of RGB (Red+Green+Blue) = 167+153+109=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7996D is #586692. Grayscale: #989898. Windows color (decimal): -5793427 or 7182759. OLE color: 7182759.

HSL color Cylindrical-coordinate representation of color #A7996D: hue angle of 45.52º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7996D is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB167153109-
CMYK00.080.350.35
HSL45.52º24.79%54.12%-
HSV(B)45.52º34.73%65.49%-
XYZ30.0932.119.08-
YUV152.17103.64138.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 109 (42.97% from 255) = 25.41%
R=38.93%
G=35.66%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16715310900.080.350.3545.5224.7954.12
HexA7996D0823232e1936
Octal2472311550104343563166
Binary101001111001100111011010100010001110001110111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7996D; }

 p { color: rgb(167,153,109); }

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

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

 a { background-color: rgb(167,153,109); }

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

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

 span { border-color: rgb(167,153,109); }

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