Html Css Color HEX #AD9E74 Tallow

📋 copy color: '#AD9E74'

red 173 ◦ green 158 ◦ blue 116

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

Shades of Tallow #AD9E74

Tints of Tallow #AD9E74

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.35%

 BLUE value IS 116 (45.7% from 255) = 25.95%

R = 38.7%
G = 35.35%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9E74 (or 0xAD9E74) is known color: Tallow. HEX triplet: AD, 9E and 74. RGB value is (173,158,116). Sum of RGB (Red+Green+Blue) = 173+158+116=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9E74 is #52618B. Grayscale: #9D9D9D. Windows color (decimal): -5398924 or 7642797. OLE color: 7642797.

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

Color convert

RGB 173 158 116 -
CMYK 0 0.09 0.33 0.32
HSL 44.21º 0.26% 0.57% -
HSV(B) 44.21º 0.33% 0.68% -
XYZ 32.61 34.6 21.48 -
YUV 157.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 173 158 116 0 0.09 0.33 0.32 44.21 0.26 0.57
Hex AD 9E 74 0 9 21 20 2C 1A 39
Octal 255 236 164 0 11 41 40 54 32 71
Binary 10101101 10011110 1110100 0 1001 100001 100000 101100 11010 111001

Color Harmonies of #AD9E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9E74

Black with #AD9E74

Text Example


Text Example

White with #AD9E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9E74; }

 p { color: rgb(173,158,116); }

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

background-color css

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

 a { background-color: rgb(173,158,116); }

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

border-color css

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

 span { border-color: rgb(173,158,116); }

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