#A6AB9E

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

Shades of Green Spring #A6AB9E

Tints of Green Spring #A6AB9E

Color information

#A6AB9E (or 0xA6AB9E) is unknown color: approx Green Spring. HEX triplet: A6, AB and 9E. RGB value is (166,171,158). Sum of RGB (Red+Green+Blue) = 166+171+158=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB9E is #595461. Grayscale: #A8A8A8. Windows color (decimal): -5854306 or 10398630. OLE color: 10398630.

HSL color Cylindrical-coordinate representation of color #A6AB9E: hue angle of 83.08º 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 #A6AB9E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB166171158-
CMYK0.0300.080.33
HSL83.08º7.18%64.51%-
HSV(B)83.08º7.6%67.06%-
XYZ36.4639.738.09-
YUV168.02122.34126.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 171 (67.19% from 255) = 34.55%
BLUE value IS 158 (62.11% from 255) = 31.92%
R=33.54%
G=34.55%
B=31.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711580.0300.080.3383.087.1864.51
HexA6AB9E3082153741
Octal2462532363010411237101
Binary101001101010101110011110110100010000110100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB9E; }

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

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

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

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

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

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

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

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