#AF9B6D

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

Shades of Tallow #AF9B6D

Tints of Tallow #AF9B6D

Color information

#AF9B6D (or 0xAF9B6D) is unknown color: approx Tallow. HEX triplet: AF, 9B and 6D. RGB value is (175,155,109). Sum of RGB (Red+Green+Blue) = 175+155+109=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9B6D is #506492. Grayscale: #9B9B9B. Windows color (decimal): -5268627 or 7183279. OLE color: 7183279.

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

Color convert

RGB175155109-
CMYK00.110.380.31
HSL41.82º29.2%55.69%-
HSV(B)41.82º37.71%68.63%-
XYZ32.1633.6619.27-
YUV155.74101.63141.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 155 (60.94% from 255) = 35.31%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=39.86%
G=35.31%
B=24.83%

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
Decimal17515510900.110.380.3141.8229.255.69
HexAF9B6D0B261F2a1d38
Octal2572331550134637523570
Binary10101111100110111101101010111001101111110101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B6D; }

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

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

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

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

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

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

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

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