#AFA171

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

Shades of Tallow #AFA171

Tints of Tallow #AFA171

Color information

#AFA171 (or 0xAFA171) is unknown color: approx Tallow. HEX triplet: AF, A1 and 71. RGB value is (175,161,113). Sum of RGB (Red+Green+Blue) = 175+161+113=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA171 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA171 is #505E8E. Grayscale: #9F9F9F. Windows color (decimal): -5267087 or 7446959. OLE color: 7446959.

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

Color convert

RGB175161113-
CMYK00.080.350.31
HSL46.45º27.93%56.47%-
HSV(B)46.45º35.43%68.63%-
XYZ33.435.820.77-
YUV159.71101.64138.9-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 161 (63.28% from 255) = 35.86%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=38.98%
G=35.86%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516111300.080.350.3146.4527.9356.47
HexAFA17108231F2e1c38
Octal2572411610104337563470
Binary10101111101000011110001010001000111111110111011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA171; }

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

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

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

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

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

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

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

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