Html Css Color HEX #AD9D66 Tallow

📋 copy color: '#AD9D66'

red 173 ◦ green 157 ◦ blue 102

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

Shades of Tallow #AD9D66

Tints of Tallow #AD9D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.61%

R = 40.05%
G = 36.34%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AD9D66 (or 0xAD9D66) is known color: Tallow. HEX triplet: AD, 9D and 66. RGB value is (173,157,102). Sum of RGB (Red+Green+Blue) = 173+157+102=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9D66 is #526299. Grayscale: #9B9B9B. Windows color (decimal): -5399194 or 6725037. OLE color: 6725037.

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

Color convert

RGB 173 157 102 -
CMYK 0 0.09 0.41 0.32
HSL 46.48º 0.3% 0.54% -
HSV(B) 46.48º 0.41% 0.68% -
XYZ 31.69 33.96 17.45 -
YUV 155.51 97.8 140.47 -
System Red Green Blue C M Y K H S L
Decimal 173 157 102 0 0.09 0.41 0.32 46.48 0.3 0.54
Hex AD 9D 66 0 9 29 20 2E 1E 36
Octal 255 235 146 0 11 51 40 56 36 66
Binary 10101101 10011101 1100110 0 1001 101001 100000 101110 11110 110110

Color Harmonies of #AD9D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9D66

Black with #AD9D66

Text Example


Text Example

White with #AD9D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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