Html Css Color HEX #ADA072 Tallow

📋 copy color: '#ADA072'

red 173 ◦ green 160 ◦ blue 114

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

Shades of Tallow #ADA072

Tints of Tallow #ADA072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 38.7%
G = 35.79%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#ADA072 (or 0xADA072) is known color: Tallow. HEX triplet: AD, A0 and 72. RGB value is (173,160,114). Sum of RGB (Red+Green+Blue) = 173+160+114=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA072 is #525F8D. Grayscale: #9E9E9E. Windows color (decimal): -5398414 or 7512237. OLE color: 7512237.

HSL color Cylindrical-coordinate representation of color #ADA072: hue angle of 46.78º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ADA072 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 160 114 -
CMYK 0 0.08 0.34 0.32
HSL 46.78º 0.26% 0.56% -
HSV(B) 46.78º 0.34% 0.68% -
XYZ 32.84 35.24 20.99 -
YUV 158.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 173 160 114 0 0.08 0.34 0.32 46.78 0.26 0.56
Hex AD A0 72 0 8 22 20 2F 1A 38
Octal 255 240 162 0 10 42 40 57 32 70
Binary 10101101 10100000 1110010 0 1000 100010 100000 101111 11010 111000

Color Harmonies of #ADA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA072

Black with #ADA072

Text Example


Text Example

White with #ADA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA072; }

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

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

background-color css

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

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

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

border-color css

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

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

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