#AD9D77

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

Shades of Tallow #AD9D77

Tints of Tallow #AD9D77

Color information

#AD9D77 (or 0xAD9D77) is unknown color: approx Tallow. HEX triplet: AD, 9D and 77. RGB value is (173,157,119). Sum of RGB (Red+Green+Blue) = 173+157+119=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D77 is #526288. Grayscale: #9D9D9D. Windows color (decimal): -5399177 or 7839149. OLE color: 7839149.

HSL color Cylindrical-coordinate representation of color #AD9D77: hue angle of 42.22º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AD9D77 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB173157119-
CMYK00.090.310.32
HSL42.22º24.77%57.25%-
HSV(B)42.22º31.21%67.84%-
XYZ32.6234.3322.36-
YUV157.45106.3139.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.53%
GREEN value IS 157 (61.72% from 255) = 34.97%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=38.53%
G=34.97%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315711900.090.310.3242.2224.7757.25
HexAD9D77091F202a1939
Octal2552351670113740523171
Binary10101101100111011110111010011111110000010101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9D77; }

 p { color: rgb(173,157,119); }

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

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

 a { background-color: rgb(173,157,119); }

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

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

 span { border-color: rgb(173,157,119); }

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