Html Css Color HEX #A0A973 Sage

📋 copy color: '#A0A973'

red 160 ◦ green 169 ◦ blue 115

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

Shades of Sage #A0A973

Tints of Sage #A0A973

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.06%

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

R = 36.04%
G = 38.06%
B = 25.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A0A973 (or 0xA0A973) is known color: Sage. HEX triplet: A0, A9 and 73. RGB value is (160,169,115). Sum of RGB (Red+Green+Blue) = 160+169+115=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A973 is #5F568C. Grayscale: #A0A0A0. Windows color (decimal): -6248077 or 7580064. OLE color: 7580064.

HSL color Cylindrical-coordinate representation of color #A0A973: hue angle of 70º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0A973 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 115 -
CMYK 0.05 0 0.32 0.34
HSL 70º 0.24% 0.56% -
HSV(B) 70º 0.32% 0.66% -
XYZ 31.78 37.09 21.7 -
YUV 160.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 160 169 115 0.05 0 0.32 0.34 70 0.24 0.56
Hex A0 A9 73 5 0 20 22 46 18 38
Octal 240 251 163 5 0 40 42 106 30 70
Binary 10100000 10101001 1110011 101 0 100000 100010 1000110 11000 111000

Color Harmonies of #A0A973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A973

Black with #A0A973

Text Example


Text Example

White with #A0A973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A973; }

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

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

background-color css

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

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

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

border-color css

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

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

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