#ADA26D

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

Shades of Tallow #ADA26D

Tints of Tallow #ADA26D

Color information

#ADA26D (or 0xADA26D) is unknown color: approx Tallow. HEX triplet: AD, A2 and 6D. RGB value is (173,162,109). Sum of RGB (Red+Green+Blue) = 173+162+109=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 162 (63.67% from 255 or 36.49% from 444); Blue value is 109 (42.97% from 255 or 24.55% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA26D is #525D92. Grayscale: #9F9F9F. Windows color (decimal): -5397907 or 7185069. OLE color: 7185069.

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

Color convert

RGB173162109-
CMYK00.060.370.32
HSL49.69º28.07%55.29%-
HSV(B)49.69º36.99%67.84%-
XYZ32.9135.8319.65-
YUV159.2599.64137.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 38.96%
GREEN value IS 162 (63.67% from 255) = 36.49%
BLUE value IS 109 (42.97% from 255) = 24.55%
R=38.96%
G=36.49%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316210900.060.370.3249.6928.0755.29
HexADA26D062520321c37
Octal255242155064540623467
Binary10101101101000101101101011010010110000011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA26D; }

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

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

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

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

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

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

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

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