Html Css Color HEX #AD9D74 Tallow

📋 copy color: '#AD9D74'

red 173 ◦ green 157 ◦ blue 116

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

Shades of Tallow #AD9D74

Tints of Tallow #AD9D74

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.2%

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

R = 38.79%
G = 35.2%
B = 26.01%

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

#AD9D74 (or 0xAD9D74) is known color: Tallow. HEX triplet: AD, 9D and 74. RGB value is (173,157,116). Sum of RGB (Red+Green+Blue) = 173+157+116=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D74 is #52628B. Grayscale: #9D9D9D. Windows color (decimal): -5399180 or 7642541. OLE color: 7642541.

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

Color convert

RGB 173 157 116 -
CMYK 0 0.09 0.33 0.32
HSL 43.16º 0.26% 0.57% -
HSV(B) 43.16º 0.33% 0.68% -
XYZ 32.44 34.26 21.43 -
YUV 157.11 104.8 139.33 -
System Red Green Blue C M Y K H S L
Decimal 173 157 116 0 0.09 0.33 0.32 43.16 0.26 0.57
Hex AD 9D 74 0 9 21 20 2B 1A 39
Octal 255 235 164 0 11 41 40 53 32 71
Binary 10101101 10011101 1110100 0 1001 100001 100000 101011 11010 111001

Color Harmonies of #AD9D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D74

Black with #AD9D74

Text Example


Text Example

White with #AD9D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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