#AF9C6D

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

Shades of Tallow #AF9C6D

Tints of Tallow #AF9C6D

Color information

#AF9C6D (or 0xAF9C6D) is unknown color: approx Tallow. HEX triplet: AF, 9C and 6D. RGB value is (175,156,109). Sum of RGB (Red+Green+Blue) = 175+156+109=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 109 (42.97% from 255 or 24.77% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9C6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9C6D is #506392. Grayscale: #9C9C9C. Windows color (decimal): -5268371 or 7183535. OLE color: 7183535.

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

Color convert

RGB175156109-
CMYK00.110.380.31
HSL42.73º29.2%55.69%-
HSV(B)42.73º37.71%68.63%-
XYZ32.333419.33-
YUV156.32101.29141.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 109 (42.97% from 255) = 24.77%
R=39.77%
G=35.45%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515610900.110.380.3142.7329.255.69
HexAF9C6D0B261F2b1d38
Octal2572341550134637533570
Binary10101111100111001101101010111001101111110101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9C6D; }

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

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

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

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

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

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

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

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