#ADA26E

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

Shades of Tallow #ADA26E

Tints of Tallow #ADA26E

Color information

#ADA26E (or 0xADA26E) is unknown color: approx Tallow. HEX triplet: AD, A2 and 6E. RGB value is (173,162,110). Sum of RGB (Red+Green+Blue) = 173+162+110=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 162 (63.67% from 255 or 36.40% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA26E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA26E is #525D91. Grayscale: #9F9F9F. Windows color (decimal): -5397906 or 7250605. OLE color: 7250605.

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

Color convert

RGB173162110-
CMYK00.060.360.32
HSL49.52º27.75%55.49%-
HSV(B)49.52º36.42%67.84%-
XYZ32.9735.8519.93-
YUV159.36100.14137.73-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.88%
GREEN value IS 162 (63.67% from 255) = 36.40%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=38.88%
G=36.40%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316211000.060.360.3249.5227.7555.49
HexADA26E062420321c37
Octal255242156064440623467
Binary10101101101000101101110011010010010000011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA26E; }

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

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

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

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

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

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

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

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