Html Css Color HEX #AD9F74 Tallow

📋 copy color: '#AD9F74'

red 173 ◦ green 159 ◦ blue 116

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

Shades of Tallow #AD9F74

Tints of Tallow #AD9F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.49%

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

R = 38.62%
G = 35.49%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9F74 (or 0xAD9F74) is known color: Tallow. HEX triplet: AD, 9F and 74. RGB value is (173,159,116). Sum of RGB (Red+Green+Blue) = 173+159+116=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9F74 is #52608B. Grayscale: #9E9E9E. Windows color (decimal): -5398668 or 7643053. OLE color: 7643053.

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

Color convert

RGB 173 159 116 -
CMYK 0 0.08 0.33 0.32
HSL 45.26º 0.26% 0.57% -
HSV(B) 45.26º 0.33% 0.68% -
XYZ 32.78 34.94 21.54 -
YUV 158.28 104.14 138.5 -
System Red Green Blue C M Y K H S L
Decimal 173 159 116 0 0.08 0.33 0.32 45.26 0.26 0.57
Hex AD 9F 74 0 8 21 20 2D 1A 39
Octal 255 237 164 0 10 41 40 55 32 71
Binary 10101101 10011111 1110100 0 1000 100001 100000 101101 11010 111001

Color Harmonies of #AD9F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9F74

Black with #AD9F74

Text Example


Text Example

White with #AD9F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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