Html Css Color HEX #A0AD81 Sage

📋 copy color: '#A0AD81'

red 160 ◦ green 173 ◦ blue 129

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

Shades of Sage #A0AD81

Tints of Sage #A0AD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.92%

R = 34.63%
G = 37.45%
B = 27.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#A0AD81 (or 0xA0AD81) is known color: Sage. HEX triplet: A0, AD and 81. RGB value is (160,173,129). Sum of RGB (Red+Green+Blue) = 160+173+129=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 129 (50.78% from 255 or 27.92% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AD81 is #5F527E. Grayscale: #A4A4A4. Windows color (decimal): -6247039 or 8498592. OLE color: 8498592.

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

Color convert

RGB 160 173 129 -
CMYK 0.08 0 0.25 0.32
HSL 77.73º 0.21% 0.59% -
HSV(B) 77.73º 0.25% 0.68% -
XYZ 33.4 38.95 26.53 -
YUV 164.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 160 173 129 0.08 0 0.25 0.32 77.73 0.21 0.59
Hex A0 AD 81 8 0 19 20 4E 15 3B
Octal 240 255 201 10 0 31 40 116 25 73
Binary 10100000 10101101 10000001 1000 0 11001 100000 1001110 10101 111011

Color Harmonies of #A0AD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD81

Black with #A0AD81

Text Example


Text Example

White with #A0AD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD81; }

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

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

background-color css

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

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

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

border-color css

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

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

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