Html Css Color HEX #A0AC78 Sage

📋 copy color: '#A0AC78'

red 160 ◦ green 172 ◦ blue 120

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

Shades of Sage #A0AC78

Tints of Sage #A0AC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 26.55%

R = 35.4%
G = 38.05%
B = 26.55%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#A0AC78 (or 0xA0AC78) is known color: Sage. HEX triplet: A0, AC and 78. RGB value is (160,172,120). Sum of RGB (Red+Green+Blue) = 160+172+120=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 172 (67.58% from 255 or 38.05% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AC78 is #5F5387. Grayscale: #A2A2A2. Windows color (decimal): -6247304 or 7908512. OLE color: 7908512.

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

Color convert

RGB 160 172 120 -
CMYK 0.07 0 0.30 0.33
HSL 73.85º 0.24% 0.57% -
HSV(B) 73.85º 0.3% 0.67% -
XYZ 32.64 38.33 23.45 -
YUV 162.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 160 172 120 0.07 0 0.30 0.33 73.85 0.24 0.57
Hex A0 AC 78 7 0 1E 21 4A 18 39
Octal 240 254 170 7 0 36 41 112 30 71
Binary 10100000 10101100 1111000 111 0 11110 100001 1001010 11000 111001

Color Harmonies of #A0AC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AC78

Black with #A0AC78

Text Example


Text Example

White with #A0AC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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