Html Css Color HEX #AD9A76 Tallow

📋 copy color: '#AD9A76'

red 173 ◦ green 154 ◦ blue 118

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

Shades of Tallow #AD9A76

Tints of Tallow #AD9A76

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.61%

 BLUE value IS 118 (46.48% from 255) = 26.52%

R = 38.88%
G = 34.61%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD9A76 (or 0xAD9A76) is known color: Tallow. HEX triplet: AD, 9A and 76. RGB value is (173,154,118). Sum of RGB (Red+Green+Blue) = 173+154+118=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A76 is #526589. Grayscale: #9B9B9B. Windows color (decimal): -5399946 or 7772845. OLE color: 7772845.

HSL color Cylindrical-coordinate representation of color #AD9A76: hue angle of 39.27º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD9A76 is Cyan = 0, Magento = 0.11, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 154 118 -
CMYK 0 0.11 0.32 0.32
HSL 39.27º 0.25% 0.57% -
HSV(B) 39.27º 0.32% 0.68% -
XYZ 32.06 33.3 21.88 -
YUV 155.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 173 154 118 0 0.11 0.32 0.32 39.27 0.25 0.57
Hex AD 9A 76 0 B 20 20 27 19 39
Octal 255 232 166 0 13 40 40 47 31 71
Binary 10101101 10011010 1110110 0 1011 100000 100000 100111 11001 111001

Color Harmonies of #AD9A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A76

Black with #AD9A76

Text Example


Text Example

White with #AD9A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A76; }

 p { color: rgb(173,154,118); }

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

background-color css

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

 a { background-color: rgb(173,154,118); }

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

border-color css

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

 span { border-color: rgb(173,154,118); }

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