#ADA073

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

Shades of Tallow #ADA073

Tints of Tallow #ADA073

Color information

#ADA073 (or 0xADA073) is unknown color: approx Tallow. HEX triplet: AD, A0 and 73. RGB value is (173,160,115). Sum of RGB (Red+Green+Blue) = 173+160+115=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA073 is #525F8C. Grayscale: #9E9E9E. Windows color (decimal): -5398413 or 7577773. OLE color: 7577773.

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

Color convert

RGB173160115-
CMYK00.080.340.32
HSL46.55º26.13%56.47%-
HSV(B)46.55º33.53%67.84%-
XYZ32.935.2621.29-
YUV158.76103.31138.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.62%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 115 (45.31% from 255) = 25.67%
R=38.62%
G=35.71%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316011500.080.340.3246.5526.1356.47
HexADA0730822202f1a38
Octal2552401630104240573270
Binary101011011010000011100110100010001010000010111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA073; }

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

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

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

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

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

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

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

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