#af9c70

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

Shades of Tallow #AF9C70

Tints of Tallow #AF9C70

Color information

#AF9C70 (or 0xAF9C70) is unknown color: approx Tallow. HEX triplet: AF, 9C and 70. RGB value is (175,156,112). Sum of RGB (Red+Green+Blue) = 175+156+112=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C70 is #50638F. Grayscale: #9C9C9C. Windows color (decimal): -5268368 or 7380143. OLE color: 7380143.

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

Color convert

RGB175156112-
CMYK00.110.360.31
HSL41.9º28.25%56.27%-
HSV(B)41.9º36%68.63%-
XYZ32.4934.0620.19-
YUV156.66102.79141.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 156 (61.33% from 255) = 35.21%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=39.50%
G=35.21%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515611200.110.360.3141.928.2556.27
HexAF9C700B241F2a1c38
Octal2572341600134437523470
Binary10101111100111001110000010111001001111110101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af9c70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af9c70; }

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

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

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

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

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

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

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

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