#AD9F6F

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

Shades of Tallow #AD9F6F

Tints of Tallow #AD9F6F

Color information

#AD9F6F (or 0xAD9F6F) is unknown color: approx Tallow. HEX triplet: AD, 9F and 6F. RGB value is (173,159,111). Sum of RGB (Red+Green+Blue) = 173+159+111=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F6F is #526090. Grayscale: #9D9D9D. Windows color (decimal): -5398673 or 7315373. OLE color: 7315373.

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

Color convert

RGB173159111-
CMYK00.080.360.32
HSL46.45º27.43%55.69%-
HSV(B)46.45º35.84%67.84%-
XYZ32.534.8320.05-
YUV157.71101.64138.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 159 (62.5% from 255) = 35.89%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=39.05%
G=35.89%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315911100.080.360.3246.4527.4355.69
HexAD9F6F0824202e1b38
Octal2552371570104440563370
Binary101011011001111111011110100010010010000010111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9F6F; }

 p { color: rgb(173,159,111); }

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

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

 a { background-color: rgb(173,159,111); }

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

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

 span { border-color: rgb(173,159,111); }

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