#AD996B

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

Shades of Tallow #AD996B

Tints of Tallow #AD996B

Color information

#AD996B (or 0xAD996B) is unknown color: approx Tallow. HEX triplet: AD, 99 and 6B. RGB value is (173,153,107). Sum of RGB (Red+Green+Blue) = 173+153+107=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD996B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD996B is #526694. Grayscale: #999999. Windows color (decimal): -5400213 or 7051693. OLE color: 7051693.

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

Color convert

RGB173153107-
CMYK00.120.380.32
HSL41.82º28.7%54.9%-
HSV(B)41.82º38.15%67.84%-
XYZ31.2832.7318.58-
YUV153.74101.63141.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 39.95%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 107 (42.19% from 255) = 24.71%
R=39.95%
G=35.33%
B=24.71%

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
Decimal17315310700.120.380.3241.8228.754.9
HexAD996B0C26202a1d37
Octal2552311530144640523567
Binary101011011001100111010110110010011010000010101011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD996B; }

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

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

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

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

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

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

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

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