Html Css Color HEX #ADA071 Tallow

📋 copy color: '#ADA071'

red 173 ◦ green 160 ◦ blue 113

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

Shades of Tallow #ADA071

Tints of Tallow #ADA071

RGB

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

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

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

R = 38.79%
G = 35.87%
B = 25.34%

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

#ADA071 (or 0xADA071) is known color: Tallow. HEX triplet: AD, A0 and 71. RGB value is (173,160,113). Sum of RGB (Red+Green+Blue) = 173+160+113=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA071 is #525F8E. Grayscale: #9E9E9E. Windows color (decimal): -5398415 or 7446701. OLE color: 7446701.

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

Color convert

RGB 173 160 113 -
CMYK 0 0.08 0.35 0.32
HSL 47º 0.27% 0.56% -
HSV(B) 47º 0.35% 0.68% -
XYZ 32.79 35.22 20.69 -
YUV 158.53 102.31 138.32 -
System Red Green Blue C M Y K H S L
Decimal 173 160 113 0 0.08 0.35 0.32 47 0.27 0.56
Hex AD A0 71 0 8 23 20 2F 1B 38
Octal 255 240 161 0 10 43 40 57 33 70
Binary 10101101 10100000 1110001 0 1000 100011 100000 101111 11011 111000

Color Harmonies of #ADA071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA071

Black with #ADA071

Text Example


Text Example

White with #ADA071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA071; }

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

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

background-color css

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

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

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

border-color css

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

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

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