Html Css Color HEX #AD9B74 Tallow

📋 copy color: '#AD9B74'

red 173 ◦ green 155 ◦ blue 116

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

Shades of Tallow #AD9B74

Tints of Tallow #AD9B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.91%

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

R = 38.96%
G = 34.91%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD9B74 (or 0xAD9B74) is known color: Tallow. HEX triplet: AD, 9B and 74. RGB value is (173,155,116). Sum of RGB (Red+Green+Blue) = 173+155+116=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9B74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9B74 is #52648B. Grayscale: #9C9C9C. Windows color (decimal): -5399692 or 7642029. OLE color: 7642029.

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

Color convert

RGB 173 155 116 -
CMYK 0 0.10 0.33 0.32
HSL 41.05º 0.26% 0.57% -
HSV(B) 41.05º 0.33% 0.68% -
XYZ 32.11 33.59 21.31 -
YUV 155.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 173 155 116 0 0.10 0.33 0.32 41.05 0.26 0.57
Hex AD 9B 74 0 A 21 20 29 1A 39
Octal 255 233 164 0 12 41 40 51 32 71
Binary 10101101 10011011 1110100 0 1010 100001 100000 101001 11010 111001

Color Harmonies of #AD9B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9B74

Black with #AD9B74

Text Example


Text Example

White with #AD9B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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