#AF996C

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

Shades of Tallow #AF996C

Tints of Tallow #AF996C

Color information

#AF996C (or 0xAF996C) is unknown color: approx Tallow. HEX triplet: AF, 99 and 6C. RGB value is (175,153,108). Sum of RGB (Red+Green+Blue) = 175+153+108=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996C is #506693. Grayscale: #9A9A9A. Windows color (decimal): -5269140 or 7117231. OLE color: 7117231.

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

Color convert

RGB175153108-
CMYK00.130.380.31
HSL40.3º29.52%55.49%-
HSV(B)40.3º38.29%68.63%-
XYZ31.7832.9818.88-
YUV154.45101.79142.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 108 (42.58% from 255) = 24.77%
R=40.14%
G=35.09%
B=24.77%

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
Decimal17515310800.130.380.3140.329.5255.49
HexAF996C0D261F281e37
Octal2572311540154637503667
Binary10101111100110011101100011011001101111110100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF996C; }

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

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

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

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

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

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

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

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