Html Css Color HEX #ADA074 Tallow

📋 copy color: '#ADA074'

red 173 ◦ green 160 ◦ blue 116

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

Shades of Tallow #ADA074

Tints of Tallow #ADA074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 38.53%
G = 35.63%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#ADA074 (or 0xADA074) is known color: Tallow. HEX triplet: AD, A0 and 74. RGB value is (173,160,116). Sum of RGB (Red+Green+Blue) = 173+160+116=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA074 is #525F8B. Grayscale: #9F9F9F. Windows color (decimal): -5398412 or 7643309. OLE color: 7643309.

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

Color convert

RGB 173 160 116 -
CMYK 0 0.08 0.33 0.32
HSL 46.32º 0.26% 0.57% -
HSV(B) 46.32º 0.33% 0.68% -
XYZ 32.96 35.29 21.6 -
YUV 158.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 173 160 116 0 0.08 0.33 0.32 46.32 0.26 0.57
Hex AD A0 74 0 8 21 20 2E 1A 39
Octal 255 240 164 0 10 41 40 56 32 71
Binary 10101101 10100000 1110100 0 1000 100001 100000 101110 11010 111001

Color Harmonies of #ADA074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA074

Black with #ADA074

Text Example


Text Example

White with #ADA074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA074; }

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

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

background-color css

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

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

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

border-color css

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

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

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