#AF9E74

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

Shades of Tallow #AF9E74

Tints of Tallow #AF9E74

Color information

#AF9E74 (or 0xAF9E74) is unknown color: approx Tallow. HEX triplet: AF, 9E and 74. RGB value is (175,158,116). Sum of RGB (Red+Green+Blue) = 175+158+116=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E74 is #50618B. Grayscale: #9E9E9E. Windows color (decimal): -5267852 or 7642799. OLE color: 7642799.

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

Color convert

RGB175158116-
CMYK00.100.340.31
HSL42.71º26.94%57.06%-
HSV(B)42.71º33.71%68.63%-
XYZ33.0634.8321.5-
YUV158.29104.13139.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 158 (62.11% from 255) = 35.19%
BLUE value IS 116 (45.70% from 255) = 25.84%
R=38.98%
G=35.19%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515811600.100.340.3142.7126.9457.06
HexAF9E740A221F2b1b39
Octal2572361640124237533371
Binary10101111100111101110100010101000101111110101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E74; }

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

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

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

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

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

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

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

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