#A6AB9B

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

Shades of Green Spring #A6AB9B

Tints of Green Spring #A6AB9B

Color information

#A6AB9B (or 0xA6AB9B) is unknown color: approx Green Spring. HEX triplet: A6, AB and 9B. RGB value is (166,171,155). Sum of RGB (Red+Green+Blue) = 166+171+155=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 155 (60.94% from 255 or 31.50% from 492); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB9B is #595464. Grayscale: #A7A7A7. Windows color (decimal): -5854309 or 10202022. OLE color: 10202022.

HSL color Cylindrical-coordinate representation of color #A6AB9B: hue angle of 78.75º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6AB9B is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB166171155-
CMYK0.0300.090.33
HSL78.75º8.7%63.92%-
HSV(B)78.75º9.36%67.06%-
XYZ36.2139.636.75-
YUV167.68120.84126.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 171 (67.19% from 255) = 34.76%
BLUE value IS 155 (60.94% from 255) = 31.50%
R=33.74%
G=34.76%
B=31.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661711550.0300.090.3378.758.763.92
HexA6AB9B309214f940
Octal24625323330114111711100
Binary1010011010101011100110111101001100001100111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AB9B; }

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

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

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

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

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

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

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

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