#AFA170

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

Shades of Tallow #AFA170

Tints of Tallow #AFA170

Color information

#AFA170 (or 0xAFA170) is unknown color: approx Tallow. HEX triplet: AF, A1 and 70. RGB value is (175,161,112). Sum of RGB (Red+Green+Blue) = 175+161+112=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA170 is #505E8F. Grayscale: #9F9F9F. Windows color (decimal): -5267088 or 7381423. OLE color: 7381423.

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

Color convert

RGB175161112-
CMYK00.080.360.31
HSL46.67º28.25%56.27%-
HSV(B)46.67º36%68.63%-
XYZ33.3535.7720.48-
YUV159.6101.14138.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.06%
GREEN value IS 161 (63.28% from 255) = 35.94%
BLUE value IS 112 (44.14% from 255) = 25%
R=39.06%
G=35.94%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516111200.080.360.3146.6728.2556.27
HexAFA17008241F2f1c38
Octal2572411600104437573470
Binary10101111101000011110000010001001001111110111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA170; }

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

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

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

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

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

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

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

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