#AF9F72

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

Shades of Tallow #AF9F72

Tints of Tallow #AF9F72

Color information

#AF9F72 (or 0xAF9F72) is unknown color: approx Tallow. HEX triplet: AF, 9F and 72. RGB value is (175,159,114). Sum of RGB (Red+Green+Blue) = 175+159+114=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F72 is #50608D. Grayscale: #9E9E9E. Windows color (decimal): -5267598 or 7511983. OLE color: 7511983.

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

Color convert

RGB175159114-
CMYK00.090.350.31
HSL44.26º27.6%56.67%-
HSV(B)44.26º34.86%68.63%-
XYZ33.1135.1320.95-
YUV158.65102.8139.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 114 (44.92% from 255) = 25.45%
R=39.06%
G=35.49%
B=25.45%

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
Decimal17515911400.090.350.3144.2627.656.67
HexAF9F7209231F2c1c39
Octal2572371620114337543471
Binary10101111100111111110010010011000111111110110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F72; }

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

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

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

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

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

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

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

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