#ADA071

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

Shades of Tallow #ADA071

Tints of Tallow #ADA071

Color information

#ADA071 (or 0xADA071) is unknown color: approx Tallow. HEX triplet: AD, A0 and 71. RGB value is (173,160,113). Sum of RGB (Red+Green+Blue) = 173+160+113=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA071 is #525F8E. Grayscale: #9E9E9E. Windows color (decimal): -5398415 or 7446701. OLE color: 7446701.

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

Color convert

RGB173160113-
CMYK00.080.350.32
HSL47º26.79%56.08%-
HSV(B)47º34.68%67.84%-
XYZ32.7935.2220.69-
YUV158.53102.31138.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 160 (62.89% from 255) = 35.87%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=38.79%
G=35.87%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316011300.080.350.324726.7956.08
HexADA0710823202f1b38
Octal2552401610104340573370
Binary101011011010000011100010100010001110000010111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA071; }

 p { color: rgb(173,160,113); }

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

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

 a { background-color: rgb(173,160,113); }

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

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

 span { border-color: rgb(173,160,113); }

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