Html Css Color HEX #A0AC7E Sage

📋 copy color: '#A0AC7E'

red 160 ◦ green 172 ◦ blue 126

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

Shades of Sage #A0AC7E

Tints of Sage #A0AC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.51%

R = 34.93%
G = 37.55%
B = 27.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#A0AC7E (or 0xA0AC7E) is known color: Sage. HEX triplet: A0, AC and 7E. RGB value is (160,172,126). Sum of RGB (Red+Green+Blue) = 160+172+126=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 172 (67.58% from 255 or 37.55% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC7E is #5F5381. Grayscale: #A3A3A3. Windows color (decimal): -6247298 or 8301728. OLE color: 8301728.

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

Color convert

RGB 160 172 126 -
CMYK 0.07 0 0.27 0.33
HSL 75.65º 0.22% 0.58% -
HSV(B) 75.65º 0.27% 0.67% -
XYZ 33.02 38.48 25.43 -
YUV 163.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 160 172 126 0.07 0 0.27 0.33 75.65 0.22 0.58
Hex A0 AC 7E 7 0 1B 21 4C 16 3A
Octal 240 254 176 7 0 33 41 114 26 72
Binary 10100000 10101100 1111110 111 0 11011 100001 1001100 10110 111010

Color Harmonies of #A0AC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC7E

Black with #A0AC7E

Text Example


Text Example

White with #A0AC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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