#ADA06E

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

Shades of Tallow #ADA06E

Tints of Tallow #ADA06E

Color information

#ADA06E (or 0xADA06E) is unknown color: approx Tallow. HEX triplet: AD, A0 and 6E. RGB value is (173,160,110). Sum of RGB (Red+Green+Blue) = 173+160+110=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 160 (62.89% from 255 or 36.12% from 443); Blue value is 110 (43.36% from 255 or 24.83% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA06E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA06E is #525F91. Grayscale: #9E9E9E. Windows color (decimal): -5398418 or 7250093. OLE color: 7250093.

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

Color convert

RGB173160110-
CMYK00.080.360.32
HSL47.62º27.75%55.49%-
HSV(B)47.62º36.42%67.84%-
XYZ32.6235.1519.82-
YUV158.19100.81138.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 160 (62.89% from 255) = 36.12%
BLUE value IS 110 (43.36% from 255) = 24.83%
R=39.05%
G=36.12%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316011000.080.360.3247.6227.7555.49
HexADA06E082420301c37
Octal2552401560104440603467
Binary101011011010000011011100100010010010000011000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA06E; }

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

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

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

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

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

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

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

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