#AF9F70

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

Shades of Tallow #AF9F70

Tints of Tallow #AF9F70

Color information

#AF9F70 (or 0xAF9F70) is unknown color: approx Tallow. HEX triplet: AF, 9F and 70. RGB value is (175,159,112). Sum of RGB (Red+Green+Blue) = 175+159+112=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F70 is #50608F. Grayscale: #9E9E9E. Windows color (decimal): -5267600 or 7380911. OLE color: 7380911.

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

Color convert

RGB175159112-
CMYK00.090.360.31
HSL44.76º28.25%56.27%-
HSV(B)44.76º36%68.63%-
XYZ3335.0820.36-
YUV158.43101.8139.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=39.24%
G=35.65%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515911200.090.360.3144.7628.2556.27
HexAF9F7009241F2d1c38
Octal2572371600114437553470
Binary10101111100111111110000010011001001111110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F70; }

 p { color: rgb(175,159,112); }

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

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

 a { background-color: rgb(175,159,112); }

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

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

 span { border-color: rgb(175,159,112); }

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