#AF996D

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

Shades of Tallow #AF996D

Tints of Tallow #AF996D

Color information

#AF996D (or 0xAF996D) is unknown color: approx Tallow. HEX triplet: AF, 99 and 6D. RGB value is (175,153,109). Sum of RGB (Red+Green+Blue) = 175+153+109=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996D is #506692. Grayscale: #9A9A9A. Windows color (decimal): -5269139 or 7182767. OLE color: 7182767.

HSL color Cylindrical-coordinate representation of color #AF996D: hue angle of 40º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF996D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB175153109-
CMYK00.130.380.31
HSL40º29.2%55.69%-
HSV(B)40º37.71%68.63%-
XYZ31.833319.16-
YUV154.56102.29142.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 153 (60.16% from 255) = 35.01%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=40.05%
G=35.01%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515310900.130.380.314029.255.69
HexAF996D0D261F281d38
Octal2572311550154637503570
Binary10101111100110011101101011011001101111110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF996D; }

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

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

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

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

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

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

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

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