Html Css Color HEX #A0AA75 Sage

📋 copy color: '#A0AA75'

red 160 ◦ green 170 ◦ blue 117

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

Shades of Sage #A0AA75

Tints of Sage #A0AA75

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.03%

 BLUE value IS 117 (46.09% from 255) = 26.17%

R = 35.79%
G = 38.03%
B = 26.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#A0AA75 (or 0xA0AA75) is known color: Sage. HEX triplet: A0, AA and 75. RGB value is (160,170,117). Sum of RGB (Red+Green+Blue) = 160+170+117=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AA75 is #5F558A. Grayscale: #A1A1A1. Windows color (decimal): -6247819 or 7711392. OLE color: 7711392.

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

Color convert

RGB 160 170 117 -
CMYK 0.06 0 0.31 0.33
HSL 71.32º 0.24% 0.56% -
HSV(B) 71.32º 0.31% 0.67% -
XYZ 32.08 37.51 22.38 -
YUV 160.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 160 170 117 0.06 0 0.31 0.33 71.32 0.24 0.56
Hex A0 AA 75 6 0 1F 21 47 18 38
Octal 240 252 165 6 0 37 41 107 30 70
Binary 10100000 10101010 1110101 110 0 11111 100001 1000111 11000 111000

Color Harmonies of #A0AA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA75

Black with #A0AA75

Text Example


Text Example

White with #A0AA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA75; }

 p { color: rgb(160,170,117); }

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

background-color css

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

 a { background-color: rgb(160,170,117); }

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

border-color css

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

 span { border-color: rgb(160,170,117); }

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