#AD9973

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

Shades of Tallow #AD9973

Tints of Tallow #AD9973

Color information

#AD9973 (or 0xAD9973) is unknown color: approx Tallow. HEX triplet: AD, 99 and 73. RGB value is (173,153,115). Sum of RGB (Red+Green+Blue) = 173+153+115=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9973 is #52668C. Grayscale: #9A9A9A. Windows color (decimal): -5400205 or 7575981. OLE color: 7575981.

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

Color convert

RGB173153115-
CMYK00.120.340.32
HSL39.31º26.13%56.47%-
HSV(B)39.31º33.53%67.84%-
XYZ31.7232.920.9-
YUV154.65105.63141.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.23%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=39.23%
G=34.69%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315311500.120.340.3239.3126.1356.47
HexAD99730C2220271a38
Octal2552311630144240473270
Binary101011011001100111100110110010001010000010011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9973; }

 p { color: rgb(173,153,115); }

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

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

 a { background-color: rgb(173,153,115); }

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

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

 span { border-color: rgb(173,153,115); }

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