Html Css Color HEX #AD9970 Tallow

📋 copy color: '#AD9970'

red 173 ◦ green 153 ◦ blue 112

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

Shades of Tallow #AD9970

Tints of Tallow #AD9970

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.93%

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

R = 39.5%
G = 34.93%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9970 (or 0xAD9970) is known color: Tallow. HEX triplet: AD, 99 and 70. RGB value is (173,153,112). Sum of RGB (Red+Green+Blue) = 173+153+112=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9970 is #52668F. Grayscale: #9A9A9A. Windows color (decimal): -5400208 or 7379373. OLE color: 7379373.

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

Color convert

RGB 173 153 112 -
CMYK 0 0.12 0.35 0.32
HSL 40.33º 0.27% 0.56% -
HSV(B) 40.33º 0.35% 0.68% -
XYZ 31.55 32.84 20 -
YUV 154.31 104.13 141.33 -
System Red Green Blue C M Y K H S L
Decimal 173 153 112 0 0.12 0.35 0.32 40.33 0.27 0.56
Hex AD 99 70 0 C 23 20 28 1B 38
Octal 255 231 160 0 14 43 40 50 33 70
Binary 10101101 10011001 1110000 0 1100 100011 100000 101000 11011 111000

Color Harmonies of #AD9970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9970

Black with #AD9970

Text Example


Text Example

White with #AD9970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9970; }

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

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

background-color css

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

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

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

border-color css

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

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

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