#AFA172

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

Shades of Tallow #AFA172

Tints of Tallow #AFA172

Color information

#AFA172 (or 0xAFA172) is unknown color: approx Tallow. HEX triplet: AF, A1 and 72. RGB value is (175,161,114). Sum of RGB (Red+Green+Blue) = 175+161+114=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 161 (63.28% from 255 or 35.78% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA172 is #505E8D. Grayscale: #A0A0A0. Windows color (decimal): -5267086 or 7512495. OLE color: 7512495.

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

Color convert

RGB175161114-
CMYK00.080.350.31
HSL46.23º27.6%56.67%-
HSV(B)46.23º34.86%68.63%-
XYZ33.4635.8221.07-
YUV159.83102.14138.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.89%
GREEN value IS 161 (63.28% from 255) = 35.78%
BLUE value IS 114 (44.92% from 255) = 25.33%
R=38.89%
G=35.78%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516111400.080.350.3146.2327.656.67
HexAFA17208231F2e1c39
Octal2572411620104337563471
Binary10101111101000011110010010001000111111110111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA172; }

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

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

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

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

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

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

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

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