#A0AA8B

Color #A0AA8B Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A0AA8B

Tints of Green Spring #A0AA8B

Color information

#A0AA8B (or 0xA0AA8B) is unknown color: approx Green Spring. HEX triplet: A0, AA and 8B. RGB value is (160,170,139). Sum of RGB (Red+Green+Blue) = 160+170+139=469 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.12% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 139 (54.69% from 255 or 29.64% from 469); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AA8B is #5F5574. Grayscale: #A3A3A3. Windows color (decimal): -6247797 or 9153184. OLE color: 9153184.

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

Color convert

RGB160170139-
CMYK0.0600.180.33
HSL79.35º15.42%60.59%-
HSV(B)79.35º18.24%66.67%-
XYZ33.5338.0930.01-
YUV163.48114.19125.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.12%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 139 (54.69% from 255) = 29.64%
R=34.12%
G=36.25%
B=29.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1601701390.0600.180.3379.3515.4260.59
HexA0AA8B6012214ff3d
Octal2402522136022411171775
Binary10100000101010101000101111001001010000110011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AA8B; }

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

 H1.HeaderClassName
 {
   color: #A0AA8B;
 }
 .AnyTagClassName
 {
   color: #A0AA8B;
 }
</style>
background-color css

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

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

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

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

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

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