Html Css Color HEX #AD9C71 Tallow

📋 copy color: '#AD9C71'

red 173 ◦ green 156 ◦ blue 113

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

Shades of Tallow #AD9C71

Tints of Tallow #AD9C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

 BLUE value IS 113 (44.53% from 255) = 25.57%

R = 39.14%
G = 35.29%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9C71 (or 0xAD9C71) is known color: Tallow. HEX triplet: AD, 9C and 71. RGB value is (173,156,113). Sum of RGB (Red+Green+Blue) = 173+156+113=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C71 is #52638E. Grayscale: #9C9C9C. Windows color (decimal): -5399439 or 7445677. OLE color: 7445677.

HSL color Cylindrical-coordinate representation of color #AD9C71: hue angle of 43º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD9C71 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 156 113 -
CMYK 0 0.10 0.35 0.32
HSL 43º 0.27% 0.56% -
HSV(B) 43º 0.35% 0.68% -
XYZ 32.1 33.85 20.47 -
YUV 156.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 173 156 113 0 0.10 0.35 0.32 43 0.27 0.56
Hex AD 9C 71 0 A 23 20 2B 1B 38
Octal 255 234 161 0 12 43 40 53 33 70
Binary 10101101 10011100 1110001 0 1010 100011 100000 101011 11011 111000

Color Harmonies of #AD9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C71

Black with #AD9C71

Text Example


Text Example

White with #AD9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C71; }

 p { color: rgb(173,156,113); }

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

background-color css

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

 a { background-color: rgb(173,156,113); }

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

border-color css

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

 span { border-color: rgb(173,156,113); }

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