#AD976D

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

Shades of Tallow #AD976D

Tints of Tallow #AD976D

Color information

#AD976D (or 0xAD976D) is unknown color: approx Tallow. HEX triplet: AD, 97 and 6D. RGB value is (173,151,109). Sum of RGB (Red+Green+Blue) = 173+151+109=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD976D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD976D is #526892. Grayscale: #989898. Windows color (decimal): -5400723 or 7182253. OLE color: 7182253.

HSL color Cylindrical-coordinate representation of color #AD976D: hue angle of 39.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AD976D is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB173151109-
CMYK00.130.370.32
HSL39.38º28.07%55.29%-
HSV(B)39.38º36.99%67.84%-
XYZ31.0632.1219.03-
YUV152.79103.29142.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 151 (59.38% from 255) = 34.87%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=39.95%
G=34.87%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315110900.130.370.3239.3828.0755.29
HexAD976D0D2520271c37
Octal2552271550154540473467
Binary101011011001011111011010110110010110000010011111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD976D; }

 p { color: rgb(173,151,109); }

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

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

 a { background-color: rgb(173,151,109); }

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

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

 span { border-color: rgb(173,151,109); }

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