#ADA26C

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

Shades of Tallow #ADA26C

Tints of Tallow #ADA26C

Color information

#ADA26C (or 0xADA26C) is unknown color: approx Tallow. HEX triplet: AD, A2 and 6C. RGB value is (173,162,108). Sum of RGB (Red+Green+Blue) = 173+162+108=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA26C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA26C is #525D93. Grayscale: #9F9F9F. Windows color (decimal): -5397908 or 7119533. OLE color: 7119533.

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

Color convert

RGB173162108-
CMYK00.060.380.32
HSL49.85º28.38%55.1%-
HSV(B)49.85º37.57%67.84%-
XYZ32.8635.8119.37-
YUV159.1399.14137.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.05%
GREEN value IS 162 (63.67% from 255) = 36.57%
BLUE value IS 108 (42.58% from 255) = 24.38%
R=39.05%
G=36.57%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316210800.060.380.3249.8528.3855.1
HexADA26C062620321c37
Octal255242154064640623467
Binary10101101101000101101100011010011010000011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA26C; }

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

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

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

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

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

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

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

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