#AFA16D

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

Shades of Tallow #AFA16D

Tints of Tallow #AFA16D

Color information

#AFA16D (or 0xAFA16D) is unknown color: approx Tallow. HEX triplet: AF, A1 and 6D. RGB value is (175,161,109). Sum of RGB (Red+Green+Blue) = 175+161+109=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA16D is #505E92. Grayscale: #9F9F9F. Windows color (decimal): -5267091 or 7184815. OLE color: 7184815.

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

Color convert

RGB175161109-
CMYK00.080.380.31
HSL47.27º29.2%55.69%-
HSV(B)47.27º37.71%68.63%-
XYZ33.1835.7119.61-
YUV159.2699.64139.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.33%
GREEN value IS 161 (63.28% from 255) = 36.18%
BLUE value IS 109 (42.97% from 255) = 24.49%
R=39.33%
G=36.18%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516110900.080.380.3147.2729.255.69
HexAFA16D08261F2f1d38
Octal2572411550104637573570
Binary10101111101000011101101010001001101111110111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA16D; }

 p { color: rgb(175,161,109); }

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

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

 a { background-color: rgb(175,161,109); }

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

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

 span { border-color: rgb(175,161,109); }

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