#AD996C

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

Shades of Tallow #AD996C

Tints of Tallow #AD996C

Color information

#AD996C (or 0xAD996C) is unknown color: approx Tallow. HEX triplet: AD, 99 and 6C. RGB value is (173,153,108). Sum of RGB (Red+Green+Blue) = 173+153+108=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD996C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD996C is #526693. Grayscale: #9A9A9A. Windows color (decimal): -5400212 or 7117229. OLE color: 7117229.

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

Color convert

RGB173153108-
CMYK00.120.380.32
HSL41.54º28.38%55.1%-
HSV(B)41.54º37.57%67.84%-
XYZ31.3332.7518.86-
YUV153.85102.13141.66-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.86%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=39.86%
G=35.25%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315310800.120.380.3241.5428.3855.1
HexAD996C0C26202a1c37
Octal2552311540144640523467
Binary101011011001100111011000110010011010000010101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD996C; }

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

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

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

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

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

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

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

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