Html Css Color HEX #A0AE76 Sage

📋 copy color: '#A0AE76'

red 160 ◦ green 174 ◦ blue 118

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

Shades of Sage #A0AE76

Tints of Sage #A0AE76

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.5%

 BLUE value IS 118 (46.48% from 255) = 26.11%

R = 35.4%
G = 38.5%
B = 26.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#A0AE76 (or 0xA0AE76) is known color: Sage. HEX triplet: A0, AE and 76. RGB value is (160,174,118). Sum of RGB (Red+Green+Blue) = 160+174+118=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE76 is #5F5189. Grayscale: #A3A3A3. Windows color (decimal): -6246794 or 7777952. OLE color: 7777952.

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

Color convert

RGB 160 174 118 -
CMYK 0.08 0 0.32 0.32
HSL 75º 0.26% 0.57% -
HSV(B) 75º 0.32% 0.68% -
XYZ 32.9 39.05 22.94 -
YUV 163.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 160 174 118 0.08 0 0.32 0.32 75 0.26 0.57
Hex A0 AE 76 8 0 20 20 4B 1A 39
Octal 240 256 166 10 0 40 40 113 32 71
Binary 10100000 10101110 1110110 1000 0 100000 100000 1001011 11010 111001

Color Harmonies of #A0AE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE76

Black with #A0AE76

Text Example


Text Example

White with #A0AE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE76; }

 p { color: rgb(160,174,118); }

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

background-color css

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

 a { background-color: rgb(160,174,118); }

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

border-color css

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

 span { border-color: rgb(160,174,118); }

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