Html Css Color HEX #AD996B Tallow

📋 copy color: '#AD996B'

red 173 ◦ green 153 ◦ blue 107

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

Shades of Tallow #AD996B

Tints of Tallow #AD996B

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 value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD996B (or 0xAD996B) is known color: 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

RGB 173 153 107 -
CMYK 0 0.12 0.38 0.32
HSL 41.82º 0.29% 0.55% -
HSV(B) 41.82º 0.38% 0.68% -
XYZ 31.28 32.73 18.58 -
YUV 153.74 101.63 141.74 -
System Red Green Blue C M Y K H S L
Decimal 173 153 107 0 0.12 0.38 0.32 41.82 0.29 0.55
Hex AD 99 6B 0 C 26 20 2A 1D 37
Octal 255 231 153 0 14 46 40 52 35 67
Binary 10101101 10011001 1101011 0 1100 100110 100000 101010 11101 110111

Color Harmonies of #AD996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD996B

Black with #AD996B

Text Example


Text Example

White with #AD996B

Text Example


Text Example

HTML Codes & Css Web 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>