Html Css Color HEX #AD996A Tallow

📋 copy color: '#AD996A'

red 173 ◦ green 153 ◦ blue 106

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

Shades of Tallow #AD996A

Tints of Tallow #AD996A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 40.05%
G = 35.42%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD996A (or 0xAD996A) is known color: Tallow. HEX triplet: AD, 99 and 6A. RGB value is (173,153,106). Sum of RGB (Red+Green+Blue) = 173+153+106=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD996A is #526695. Grayscale: #999999. Windows color (decimal): -5400214 or 6986157. OLE color: 6986157.

HSL color Cylindrical-coordinate representation of color #AD996A: hue angle of 42.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AD996A is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 153 106 -
CMYK 0 0.12 0.39 0.32
HSL 42.09º 0.29% 0.55% -
HSV(B) 42.09º 0.39% 0.68% -
XYZ 31.23 32.71 18.3 -
YUV 153.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 173 153 106 0 0.12 0.39 0.32 42.09 0.29 0.55
Hex AD 99 6A 0 C 27 20 2A 1D 37
Octal 255 231 152 0 14 47 40 52 35 67
Binary 10101101 10011001 1101010 0 1100 100111 100000 101010 11101 110111

Color Harmonies of #AD996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD996A

Black with #AD996A

Text Example


Text Example

White with #AD996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD996A; }

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

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

background-color css

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

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

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

border-color css

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

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

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