Html Css Color HEX #A0AC77 Sage

📋 copy color: '#A0AC77'

red 160 ◦ green 172 ◦ blue 119

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

Shades of Sage #A0AC77

Tints of Sage #A0AC77

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.14%

 BLUE value IS 119 (46.88% from 255) = 26.39%

R = 35.48%
G = 38.14%
B = 26.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A0AC77 (or 0xA0AC77) is known color: Sage. HEX triplet: A0, AC and 77. RGB value is (160,172,119). Sum of RGB (Red+Green+Blue) = 160+172+119=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC77 is #5F5388. Grayscale: #A2A2A2. Windows color (decimal): -6247305 or 7842976. OLE color: 7842976.

HSL color Cylindrical-coordinate representation of color #A0AC77: hue angle of 73.58º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AC77 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 172 119 -
CMYK 0.07 0 0.31 0.33
HSL 73.58º 0.24% 0.57% -
HSV(B) 73.58º 0.31% 0.67% -
XYZ 32.58 38.31 23.13 -
YUV 162.37 103.52 126.31 -
System Red Green Blue C M Y K H S L
Decimal 160 172 119 0.07 0 0.31 0.33 73.58 0.24 0.57
Hex A0 AC 77 7 0 1F 21 4A 18 39
Octal 240 254 167 7 0 37 41 112 30 71
Binary 10100000 10101100 1110111 111 0 11111 100001 1001010 11000 111001

Color Harmonies of #A0AC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC77

Black with #A0AC77

Text Example


Text Example

White with #A0AC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC77; }

 p { color: rgb(160,172,119); }

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

background-color css

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

 a { background-color: rgb(160,172,119); }

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

border-color css

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

 span { border-color: rgb(160,172,119); }

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