Html Css Color HEX #A0AA8E Green Spring

📋 copy color: '#A0AA8E'

red 160 ◦ green 170 ◦ blue 142

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

Shades of Green Spring #A0AA8E

Tints of Green Spring #A0AA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.08%

R = 33.9%
G = 36.02%
B = 30.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#A0AA8E (or 0xA0AA8E) is known color: Green Spring. HEX triplet: A0, AA and 8E. RGB value is (160,170,142). Sum of RGB (Red+Green+Blue) = 160+170+142=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 142 (55.86% from 255 or 30.08% from 472); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA8E is #5F5571. Grayscale: #A3A3A3. Windows color (decimal): -6247794 or 9349792. OLE color: 9349792.

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

Color convert

RGB 160 170 142 -
CMYK 0.06 0 0.16 0.33
HSL 81.43º 0.14% 0.61% -
HSV(B) 81.43º 0.16% 0.67% -
XYZ 33.75 38.18 31.18 -
YUV 163.82 115.69 125.28 -
System Red Green Blue C M Y K H S L
Decimal 160 170 142 0.06 0 0.16 0.33 81.43 0.14 0.61
Hex A0 AA 8E 6 0 10 21 51 E 3D
Octal 240 252 216 6 0 20 41 121 16 75
Binary 10100000 10101010 10001110 110 0 10000 100001 1010001 1110 111101

Color Harmonies of #A0AA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA8E

Black with #A0AA8E

Text Example


Text Example

White with #A0AA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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