#AF986F

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

Shades of Tallow #AF986F

Tints of Tallow #AF986F

Color information

#AF986F (or 0xAF986F) is unknown color: approx Tallow. HEX triplet: AF, 98 and 6F. RGB value is (175,152,111). Sum of RGB (Red+Green+Blue) = 175+152+111=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 152 (59.77% from 255 or 34.70% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF986F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF986F is #506790. Grayscale: #9A9A9A. Windows color (decimal): -5269393 or 7313583. OLE color: 7313583.

HSL color Cylindrical-coordinate representation of color #AF986F: hue angle of 38.44º 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 #AF986F is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB175152111-
CMYK00.130.370.31
HSL38.44º28.57%56.08%-
HSV(B)38.44º36.57%68.63%-
XYZ31.7832.7219.68-
YUV154.2103.62142.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 152 (59.77% from 255) = 34.70%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=39.95%
G=34.70%
B=25.34%

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
Decimal17515211100.130.370.3138.4428.5756.08
HexAF986F0D251F261d38
Octal2572301570154537463570
Binary10101111100110001101111011011001011111110011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF986F; }

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

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

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

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

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

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

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

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