#AF9970

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

Shades of Tallow #AF9970

Tints of Tallow #AF9970

Color information

#AF9970 (or 0xAF9970) is unknown color: approx Tallow. HEX triplet: AF, 99 and 70. RGB value is (175,153,112). Sum of RGB (Red+Green+Blue) = 175+153+112=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9970 is #50668F. Grayscale: #9B9B9B. Windows color (decimal): -5269136 or 7379375. OLE color: 7379375.

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

Color convert

RGB175153112-
CMYK00.130.360.31
HSL39.05º28.25%56.27%-
HSV(B)39.05º36%68.63%-
XYZ3233.0720.03-
YUV154.9103.79142.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 112 (44.14% from 255) = 25.45%
R=39.77%
G=34.77%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515311200.130.360.3139.0528.2556.27
HexAF99700D241F271c38
Octal2572311600154437473470
Binary10101111100110011110000011011001001111110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9970; }

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

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

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

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

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

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

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

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