#ABA686

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

Shades of Neutral Green #ABA686

Tints of Neutral Green #ABA686

Color information

#ABA686 (or 0xABA686) is unknown color: approx Neutral Green. HEX triplet: AB, A6 and 86. RGB value is (171,166,134). Sum of RGB (Red+Green+Blue) = 171+166+134=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA686 is #545979. Grayscale: #A3A3A3. Windows color (decimal): -5527930 or 8824491. OLE color: 8824491.

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

Color convert

RGB171166134-
CMYK00.030.220.33
HSL51.89º18.05%59.8%-
HSV(B)51.89º21.64%67.06%-
XYZ34.7337.6527.99-
YUV163.85111.16133.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 134 (52.73% from 255) = 28.45%
R=36.31%
G=35.24%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116613400.030.220.3351.8918.0559.8
HexABA68603162134123c
Octal253246206032641642274
Binary1010101110100110100001100111011010000111010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA686; }

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

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

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

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

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

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

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

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