#AF9E71

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

Shades of Tallow #AF9E71

Tints of Tallow #AF9E71

Color information

#AF9E71 (or 0xAF9E71) is unknown color: approx Tallow. HEX triplet: AF, 9E and 71. RGB value is (175,158,113). Sum of RGB (Red+Green+Blue) = 175+158+113=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E71 is #50618E. Grayscale: #9E9E9E. Windows color (decimal): -5267855 or 7446191. OLE color: 7446191.

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

Color convert

RGB175158113-
CMYK00.100.350.31
HSL43.55º27.93%56.47%-
HSV(B)43.55º35.43%68.63%-
XYZ32.8934.7620.6-
YUV157.95102.63140.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 158 (62.11% from 255) = 35.43%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=39.24%
G=35.43%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515811300.100.350.3143.5527.9356.47
HexAF9E710A231F2c1c38
Octal2572361610124337543470
Binary10101111100111101110001010101000111111110110011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E71; }

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

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

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

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

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

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

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

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