Html Css Color HEX #AD996E Tallow

📋 copy color: '#AD996E'

red 173 ◦ green 153 ◦ blue 110

#AD996E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tallow #AD996E

Tints of Tallow #AD996E

RGB

 RED value IS 173 (67.97% from 255) = 39.68%

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 110 (43.36% from 255) = 25.23%

R = 39.68%
G = 35.09%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD996E (or 0xAD996E) is known color: Tallow. HEX triplet: AD, 99 and 6E. RGB value is (173,153,110). Sum of RGB (Red+Green+Blue) = 173+153+110=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD996E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD996E is #526691. Grayscale: #9A9A9A. Windows color (decimal): -5400210 or 7248301. OLE color: 7248301.

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

Color convert

RGB 173 153 110 -
CMYK 0 0.12 0.36 0.32
HSL 40.95º 0.28% 0.55% -
HSV(B) 40.95º 0.36% 0.68% -
XYZ 31.44 32.79 19.42 -
YUV 154.08 103.13 141.5 -
System Red Green Blue C M Y K H S L
Decimal 173 153 110 0 0.12 0.36 0.32 40.95 0.28 0.55
Hex AD 99 6E 0 C 24 20 29 1C 37
Octal 255 231 156 0 14 44 40 51 34 67
Binary 10101101 10011001 1101110 0 1100 100100 100000 101001 11100 110111

Color Harmonies of #AD996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD996E

Black with #AD996E

Text Example


Text Example

White with #AD996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD996E; }

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

 H1.HeaderClassName
 {
   color: #AD996E;
 }
 .AnyTagClassName
 {
   color: #AD996E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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