Html Css Color HEX #A0AD80 Sage

📋 copy color: '#A0AD80'

red 160 ◦ green 173 ◦ blue 128

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

Shades of Sage #A0AD80

Tints of Sage #A0AD80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 34.71%
G = 37.53%
B = 27.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#A0AD80 (or 0xA0AD80) is known color: Sage. HEX triplet: A0, AD and 80. RGB value is (160,173,128). Sum of RGB (Red+Green+Blue) = 160+173+128=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD80 is #5F527F. Grayscale: #A4A4A4. Windows color (decimal): -6247040 or 8433056. OLE color: 8433056.

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

Color convert

RGB 160 173 128 -
CMYK 0.08 0 0.26 0.32
HSL 77.33º 0.22% 0.59% -
HSV(B) 77.33º 0.26% 0.68% -
XYZ 33.34 38.92 26.18 -
YUV 163.98 107.69 125.16 -
System Red Green Blue C M Y K H S L
Decimal 160 173 128 0.08 0 0.26 0.32 77.33 0.22 0.59
Hex A0 AD 80 8 0 1A 20 4D 16 3B
Octal 240 255 200 10 0 32 40 115 26 73
Binary 10100000 10101101 10000000 1000 0 11010 100000 1001101 10110 111011

Color Harmonies of #A0AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD80

Black with #A0AD80

Text Example


Text Example

White with #A0AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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