#AFA071

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

Shades of Tallow #AFA071

Tints of Tallow #AFA071

Color information

#AFA071 (or 0xAFA071) is unknown color: approx Tallow. HEX triplet: AF, A0 and 71. RGB value is (175,160,113). Sum of RGB (Red+Green+Blue) = 175+160+113=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA071 is #505F8E. Grayscale: #9F9F9F. Windows color (decimal): -5267343 or 7446703. OLE color: 7446703.

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

Color convert

RGB175160113-
CMYK00.090.350.31
HSL45.48º27.93%56.47%-
HSV(B)45.48º35.43%68.63%-
XYZ33.2335.4520.71-
YUV159.13101.97139.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=39.06%
G=35.71%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516011300.090.350.3145.4827.9356.47
HexAFA07109231F2d1c38
Octal2572401610114337553470
Binary10101111101000001110001010011000111111110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA071; }

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

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

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

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

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

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

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

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