Html Css Color HEX #A0AD73 Sage

📋 copy color: '#A0AD73'

red 160 ◦ green 173 ◦ blue 115

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

Shades of Sage #A0AD73

Tints of Sage #A0AD73

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#A0AD73 (or 0xA0AD73) is known color: Sage. HEX triplet: A0, AD and 73. RGB value is (160,173,115). Sum of RGB (Red+Green+Blue) = 160+173+115=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AD73 is #5F528C. Grayscale: #A2A2A2. Windows color (decimal): -6247053 or 7581088. OLE color: 7581088.

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

Color convert

RGB 160 173 115 -
CMYK 0.08 0 0.34 0.32
HSL 73.45º 0.26% 0.56% -
HSV(B) 73.45º 0.34% 0.68% -
XYZ 32.54 38.6 21.96 -
YUV 162.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 160 173 115 0.08 0 0.34 0.32 73.45 0.26 0.56
Hex A0 AD 73 8 0 22 20 49 1A 38
Octal 240 255 163 10 0 42 40 111 32 70
Binary 10100000 10101101 1110011 1000 0 100010 100000 1001001 11010 111000

Color Harmonies of #A0AD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD73

Black with #A0AD73

Text Example


Text Example

White with #A0AD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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