#AFA072

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

Shades of Tallow #AFA072

Tints of Tallow #AFA072

Color information

#AFA072 (or 0xAFA072) is unknown color: approx Tallow. HEX triplet: AF, A0 and 72. RGB value is (175,160,114). Sum of RGB (Red+Green+Blue) = 175+160+114=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA072 is #505F8D. Grayscale: #9F9F9F. Windows color (decimal): -5267342 or 7512239. OLE color: 7512239.

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

Color convert

RGB175160114-
CMYK00.090.350.31
HSL45.25º27.6%56.67%-
HSV(B)45.25º34.86%68.63%-
XYZ33.2935.4721.01-
YUV159.24102.47139.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.98%
GREEN value IS 160 (62.89% from 255) = 35.63%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=38.98%
G=35.63%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516011400.090.350.3145.2527.656.67
HexAFA07209231F2d1c39
Octal2572401620114337553471
Binary10101111101000001110010010011000111111110110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA072; }

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

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

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

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

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

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

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

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