#ADA170

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

Shades of Tallow #ADA170

Tints of Tallow #ADA170

Color information

#ADA170 (or 0xADA170) is unknown color: approx Tallow. HEX triplet: AD, A1 and 70. RGB value is (173,161,112). Sum of RGB (Red+Green+Blue) = 173+161+112=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA170 is #525E8F. Grayscale: #9F9F9F. Windows color (decimal): -5398160 or 7381421. OLE color: 7381421.

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

Color convert

RGB173161112-
CMYK00.070.350.32
HSL48.2º27.11%55.88%-
HSV(B)48.2º35.26%67.84%-
XYZ32.935.5420.46-
YUV159101.48137.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.79%
GREEN value IS 161 (63.28% from 255) = 36.10%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=38.79%
G=36.10%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316111200.070.350.3248.227.1155.88
HexADA170072320301b38
Octal255241160074340603370
Binary10101101101000011110000011110001110000011000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA170; }

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

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

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

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

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

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

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

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