Html Css Color HEX #AD9C70 Tallow

📋 copy color: '#AD9C70'

red 173 ◦ green 156 ◦ blue 112

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

Shades of Tallow #AD9C70

Tints of Tallow #AD9C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 39.23%
G = 35.37%
B = 25.4%

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

#AD9C70 (or 0xAD9C70) is known color: Tallow. HEX triplet: AD, 9C and 70. RGB value is (173,156,112). Sum of RGB (Red+Green+Blue) = 173+156+112=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9C70 is #52638F. Grayscale: #9C9C9C. Windows color (decimal): -5399440 or 7380141. OLE color: 7380141.

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

Color convert

RGB 173 156 112 -
CMYK 0 0.10 0.35 0.32
HSL 43.28º 0.27% 0.56% -
HSV(B) 43.28º 0.35% 0.68% -
XYZ 32.05 33.83 20.17 -
YUV 156.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 173 156 112 0 0.10 0.35 0.32 43.28 0.27 0.56
Hex AD 9C 70 0 A 23 20 2B 1B 38
Octal 255 234 160 0 12 43 40 53 33 70
Binary 10101101 10011100 1110000 0 1010 100011 100000 101011 11011 111000

Color Harmonies of #AD9C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9C70

Black with #AD9C70

Text Example


Text Example

White with #AD9C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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