Html Css Color HEX #AD9A70 Tallow

📋 copy color: '#AD9A70'

red 173 ◦ green 154 ◦ blue 112

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

Shades of Tallow #AD9A70

Tints of Tallow #AD9A70

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.08%

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

R = 39.41%
G = 35.08%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD9A70 (or 0xAD9A70) is known color: Tallow. HEX triplet: AD, 9A and 70. RGB value is (173,154,112). Sum of RGB (Red+Green+Blue) = 173+154+112=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 154 (60.55% from 255 or 35.08% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9A70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9A70 is #52658F. Grayscale: #9B9B9B. Windows color (decimal): -5399952 or 7379629. OLE color: 7379629.

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

Color convert

RGB 173 154 112 -
CMYK 0 0.11 0.35 0.32
HSL 41.31º 0.27% 0.56% -
HSV(B) 41.31º 0.35% 0.68% -
XYZ 31.71 33.17 20.06 -
YUV 154.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 173 154 112 0 0.11 0.35 0.32 41.31 0.27 0.56
Hex AD 9A 70 0 B 23 20 29 1B 38
Octal 255 232 160 0 13 43 40 51 33 70
Binary 10101101 10011010 1110000 0 1011 100011 100000 101001 11011 111000

Color Harmonies of #AD9A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9A70

Black with #AD9A70

Text Example


Text Example

White with #AD9A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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