Html Css Color HEX #ADA070 Tallow

📋 copy color: '#ADA070'

red 173 ◦ green 160 ◦ blue 112

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

Shades of Tallow #ADA070

Tints of Tallow #ADA070

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.96%

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

R = 38.88%
G = 35.96%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADA070 (or 0xADA070) is known color: Tallow. HEX triplet: AD, A0 and 70. RGB value is (173,160,112). Sum of RGB (Red+Green+Blue) = 173+160+112=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA070 is #525F8F. Grayscale: #9E9E9E. Windows color (decimal): -5398416 or 7381165. OLE color: 7381165.

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

Color convert

RGB 173 160 112 -
CMYK 0 0.08 0.35 0.32
HSL 47.21º 0.27% 0.56% -
HSV(B) 47.21º 0.35% 0.68% -
XYZ 32.73 35.2 20.4 -
YUV 158.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 173 160 112 0 0.08 0.35 0.32 47.21 0.27 0.56
Hex AD A0 70 0 8 23 20 2F 1B 38
Octal 255 240 160 0 10 43 40 57 33 70
Binary 10101101 10100000 1110000 0 1000 100011 100000 101111 11011 111000

Color Harmonies of #ADA070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA070

Black with #ADA070

Text Example


Text Example

White with #ADA070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA070; }

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

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

background-color css

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

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

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

border-color css

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

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

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