Html Css Color HEX #AD996D Tallow

📋 copy color: '#AD996D'

red 173 ◦ green 153 ◦ blue 109

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

Shades of Tallow #AD996D

Tints of Tallow #AD996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 39.77%
G = 35.17%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AD996D (or 0xAD996D) is known color: Tallow. HEX triplet: AD, 99 and 6D. RGB value is (173,153,109). Sum of RGB (Red+Green+Blue) = 173+153+109=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD996D is #526692. Grayscale: #9A9A9A. Windows color (decimal): -5400211 or 7182765. OLE color: 7182765.

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

Color convert

RGB 173 153 109 -
CMYK 0 0.12 0.37 0.32
HSL 41.25º 0.28% 0.55% -
HSV(B) 41.25º 0.37% 0.68% -
XYZ 31.39 32.77 19.14 -
YUV 153.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 173 153 109 0 0.12 0.37 0.32 41.25 0.28 0.55
Hex AD 99 6D 0 C 25 20 29 1C 37
Octal 255 231 155 0 14 45 40 51 34 67
Binary 10101101 10011001 1101101 0 1100 100101 100000 101001 11100 110111

Color Harmonies of #AD996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD996D

Black with #AD996D

Text Example


Text Example

White with #AD996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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