Html Css Color HEX #AD9D65 Tallow

📋 copy color: '#AD9D65'

red 173 ◦ green 157 ◦ blue 101

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

Shades of Tallow #AD9D65

Tints of Tallow #AD9D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 40.14%
G = 36.43%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD9D65 (or 0xAD9D65) is known color: Tallow. HEX triplet: AD, 9D and 65. RGB value is (173,157,101). Sum of RGB (Red+Green+Blue) = 173+157+101=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D65 is #52629A. Grayscale: #9B9B9B. Windows color (decimal): -5399195 or 6659501. OLE color: 6659501.

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

Color convert

RGB 173 157 101 -
CMYK 0 0.09 0.42 0.32
HSL 46.67º 0.31% 0.54% -
HSV(B) 46.67º 0.42% 0.68% -
XYZ 31.64 33.94 17.19 -
YUV 155.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 173 157 101 0 0.09 0.42 0.32 46.67 0.31 0.54
Hex AD 9D 65 0 9 2A 20 2F 1F 36
Octal 255 235 145 0 11 52 40 57 37 66
Binary 10101101 10011101 1100101 0 1001 101010 100000 101111 11111 110110

Color Harmonies of #AD9D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D65

Black with #AD9D65

Text Example


Text Example

White with #AD9D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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