#A8AB9E

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

Shades of Green Spring #A8AB9E

Tints of Green Spring #A8AB9E

Color information

#A8AB9E (or 0xA8AB9E) is unknown color: approx Green Spring. HEX triplet: A8, AB and 9E. RGB value is (168,171,158). Sum of RGB (Red+Green+Blue) = 168+171+158=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB9E is #575461. Grayscale: #A8A8A8. Windows color (decimal): -5723234 or 10398632. OLE color: 10398632.

HSL color Cylindrical-coordinate representation of color #A8AB9E: hue angle of 73.85º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8AB9E is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB168171158-
CMYK0.0200.080.33
HSL73.85º7.18%64.51%-
HSV(B)73.85º7.6%67.06%-
XYZ36.8839.9238.11-
YUV168.62122.01127.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.80%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=33.80%
G=34.41%
B=31.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681711580.0200.080.3373.857.1864.51
HexA8AB9E208214a741
Octal2502532362010411127101
Binary101010001010101110011110100100010000110010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AB9E; }

 p { color: rgb(168,171,158); }

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

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

 a { background-color: rgb(168,171,158); }

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

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

 span { border-color: rgb(168,171,158); }

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