#A8996F

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

Shades of Tallow #A8996F

Tints of Tallow #A8996F

Color information

#A8996F (or 0xA8996F) is unknown color: approx Tallow. HEX triplet: A8, 99 and 6F. RGB value is (168,153,111). Sum of RGB (Red+Green+Blue) = 168+153+111=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 168 - color contains mainly: red. Hex color #A8996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8996F is #576690. Grayscale: #989898. Windows color (decimal): -5727889 or 7313832. OLE color: 7313832.

HSL color Cylindrical-coordinate representation of color #A8996F: hue angle of 44.21º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8996F is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.34.

Color convert

RGB168153111-
CMYK00.090.340.34
HSL44.21º24.68%54.71%-
HSV(B)44.21º33.93%65.88%-
XYZ30.4132.2519.66-
YUV152.7104.47138.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=38.89%
G=35.42%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16815311100.090.340.3444.2124.6854.71
HexA8996F0922222c1937
Octal2502311570114242543167
Binary101010001001100111011110100110001010001010110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8996F; }

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

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

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

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

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

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

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

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