#ADA16A

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

Shades of Tallow #ADA16A

Tints of Tallow #ADA16A

Color information

#ADA16A (or 0xADA16A) is unknown color: approx Tallow. HEX triplet: AD, A1 and 6A. RGB value is (173,161,106). Sum of RGB (Red+Green+Blue) = 173+161+106=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA16A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA16A is #525E95. Grayscale: #9E9E9E. Windows color (decimal): -5398166 or 6988205. OLE color: 6988205.

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

Color convert

RGB173161106-
CMYK00.070.390.32
HSL49.25º29%54.71%-
HSV(B)49.25º38.73%67.84%-
XYZ32.5835.4118.75-
YUV158.3298.48138.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.32%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=39.32%
G=36.59%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316110600.070.390.3249.252954.71
HexADA16A072720311d37
Octal255241152074740613567
Binary10101101101000011101010011110011110000011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA16A; }

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

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

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

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

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

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

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

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