#AD9C6F

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

Shades of Tallow #AD9C6F

Tints of Tallow #AD9C6F

Color information

#AD9C6F (or 0xAD9C6F) is unknown color: approx Tallow. HEX triplet: AD, 9C and 6F. RGB value is (173,156,111). Sum of RGB (Red+Green+Blue) = 173+156+111=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 111 (43.75% from 255 or 25.23% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C6F is #526390. Grayscale: #9C9C9C. Windows color (decimal): -5399441 or 7314605. OLE color: 7314605.

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

Color convert

RGB173156111-
CMYK00.100.360.32
HSL43.55º27.43%55.69%-
HSV(B)43.55º35.84%67.84%-
XYZ31.9933.8119.88-
YUV155.95102.63140.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 111 (43.75% from 255) = 25.23%
R=39.32%
G=35.45%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315611100.100.360.3243.5527.4355.69
HexAD9C6F0A24202c1b38
Octal2552341570124440543370
Binary101011011001110011011110101010010010000010110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9C6F; }

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

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

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

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

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

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

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

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