Html Css Color HEX #ADA073 Tallow

📋 copy color: '#ADA073'

red 173 ◦ green 160 ◦ blue 115

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

Shades of Tallow #ADA073

Tints of Tallow #ADA073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 38.62%
G = 35.71%
B = 25.67%

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

#ADA073 (or 0xADA073) is known color: Tallow. HEX triplet: AD, A0 and 73. RGB value is (173,160,115). Sum of RGB (Red+Green+Blue) = 173+160+115=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA073 is #525F8C. Grayscale: #9E9E9E. Windows color (decimal): -5398413 or 7577773. OLE color: 7577773.

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

Color convert

RGB 173 160 115 -
CMYK 0 0.08 0.34 0.32
HSL 46.55º 0.26% 0.56% -
HSV(B) 46.55º 0.34% 0.68% -
XYZ 32.9 35.26 21.29 -
YUV 158.76 103.31 138.16 -
System Red Green Blue C M Y K H S L
Decimal 173 160 115 0 0.08 0.34 0.32 46.55 0.26 0.56
Hex AD A0 73 0 8 22 20 2F 1A 38
Octal 255 240 163 0 10 42 40 57 32 70
Binary 10101101 10100000 1110011 0 1000 100010 100000 101111 11010 111000

Color Harmonies of #ADA073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA073

Black with #ADA073

Text Example


Text Example

White with #ADA073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA073; }

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

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

background-color css

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

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

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

border-color css

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

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

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