#ADA16E

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

Shades of Tallow #ADA16E

Tints of Tallow #ADA16E

Color information

#ADA16E (or 0xADA16E) is unknown color: approx Tallow. HEX triplet: AD, A1 and 6E. RGB value is (173,161,110). Sum of RGB (Red+Green+Blue) = 173+161+110=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 110 (43.36% from 255 or 24.77% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA16E is #525E91. Grayscale: #9E9E9E. Windows color (decimal): -5398162 or 7250349. OLE color: 7250349.

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

Color convert

RGB173161110-
CMYK00.070.360.32
HSL48.57º27.75%55.49%-
HSV(B)48.57º36.42%67.84%-
XYZ32.7935.519.88-
YUV158.77100.48138.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 161 (63.28% from 255) = 36.26%
BLUE value IS 110 (43.36% from 255) = 24.77%
R=38.96%
G=36.26%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316111000.070.360.3248.5727.7555.49
HexADA16E072420311c37
Octal255241156074440613467
Binary10101101101000011101110011110010010000011000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA16E; }

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

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

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

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

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

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

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

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