Html Css Color HEX #A0AE81 Sage

📋 copy color: '#A0AE81'

red 160 ◦ green 174 ◦ blue 129

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

Shades of Sage #A0AE81

Tints of Sage #A0AE81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.86%

R = 34.56%
G = 37.58%
B = 27.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.32

RGB Variations

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

Color information

#A0AE81 (or 0xA0AE81) is known color: Sage. HEX triplet: A0, AE and 81. RGB value is (160,174,129). Sum of RGB (Red+Green+Blue) = 160+174+129=463 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.56% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 129 (50.78% from 255 or 27.86% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AE81 is #5F517E. Grayscale: #A4A4A4. Windows color (decimal): -6246783 or 8498848. OLE color: 8498848.

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

Color convert

RGB 160 174 129 -
CMYK 0.08 0 0.26 0.32
HSL 78.67º 0.22% 0.59% -
HSV(B) 78.67º 0.26% 0.68% -
XYZ 33.6 39.33 26.59 -
YUV 164.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 160 174 129 0.08 0 0.26 0.32 78.67 0.22 0.59
Hex A0 AE 81 8 0 1A 20 4F 16 3B
Octal 240 256 201 10 0 32 40 117 26 73
Binary 10100000 10101110 10000001 1000 0 11010 100000 1001111 10110 111011

Color Harmonies of #A0AE81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE81

Black with #A0AE81

Text Example


Text Example

White with #A0AE81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE81; }

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

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

background-color css

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

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

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

border-color css

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

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

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