#AF9C71

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

Shades of Tallow #AF9C71

Tints of Tallow #AF9C71

Color information

#AF9C71 (or 0xAF9C71) is unknown color: approx Tallow. HEX triplet: AF, 9C and 71. RGB value is (175,156,113). Sum of RGB (Red+Green+Blue) = 175+156+113=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C71 is #50638E. Grayscale: #9C9C9C. Windows color (decimal): -5268367 or 7445679. OLE color: 7445679.

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

Color convert

RGB175156113-
CMYK00.110.350.31
HSL41.61º27.93%56.47%-
HSV(B)41.61º35.43%68.63%-
XYZ32.5534.0820.49-
YUV156.78103.29141-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=39.41%
G=35.14%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515611300.110.350.3141.6127.9356.47
HexAF9C710B231F2a1c38
Octal2572341610134337523470
Binary10101111100111001110001010111000111111110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C71; }

 p { color: rgb(175,156,113); }

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

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

 a { background-color: rgb(175,156,113); }

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

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

 span { border-color: rgb(175,156,113); }

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