#AF996F

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

Shades of Tallow #AF996F

Tints of Tallow #AF996F

Color information

#AF996F (or 0xAF996F) is unknown color: approx Tallow. HEX triplet: AF, 99 and 6F. RGB value is (175,153,111). Sum of RGB (Red+Green+Blue) = 175+153+111=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF996F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF996F is #506690. Grayscale: #9A9A9A. Windows color (decimal): -5269137 or 7313839. OLE color: 7313839.

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

Color convert

RGB175153111-
CMYK00.130.370.31
HSL39.38º28.57%56.08%-
HSV(B)39.38º36.57%68.63%-
XYZ31.9433.0419.73-
YUV154.79103.29142.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 153 (60.16% from 255) = 34.85%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=39.86%
G=34.85%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515311100.130.370.3139.3828.5756.08
HexAF996F0D251F271d38
Octal2572311570154537473570
Binary10101111100110011101111011011001011111110011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF996F; }

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

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

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

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

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

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

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

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