#AF9E72

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

Shades of Tallow #AF9E72

Tints of Tallow #AF9E72

Color information

#AF9E72 (or 0xAF9E72) is unknown color: approx Tallow. HEX triplet: AF, 9E and 72. RGB value is (175,158,114). Sum of RGB (Red+Green+Blue) = 175+158+114=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9E72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9E72 is #50618D. Grayscale: #9E9E9E. Windows color (decimal): -5267854 or 7511727. OLE color: 7511727.

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

Color convert

RGB175158114-
CMYK00.100.350.31
HSL43.28º27.6%56.67%-
HSV(B)43.28º34.86%68.63%-
XYZ32.9434.7820.9-
YUV158.07103.13140.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 158 (62.11% from 255) = 35.35%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=39.15%
G=35.35%
B=25.50%

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
Decimal17515811400.100.350.3143.2827.656.67
HexAF9E720A231F2b1c39
Octal2572361620124337533471
Binary10101111100111101110010010101000111111110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9E72; }

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

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

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

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

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

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

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

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