#A9ABA1

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

Shades of Green Spring #A9ABA1

Tints of Green Spring #A9ABA1

Color information

#A9ABA1 (or 0xA9ABA1) is unknown color: approx Green Spring. HEX triplet: A9, AB and A1. RGB value is (169,171,161). Sum of RGB (Red+Green+Blue) = 169+171+161=501 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.73% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 171 - color contains mainly: green. Hex color #A9ABA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ABA1 is #56545E. Grayscale: #A9A9A9. Windows color (decimal): -5657695 or 10595241. OLE color: 10595241.

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

Color convert

RGB169171161-
CMYK0.0100.060.33
HSL72º5.62%65.1%-
HSV(B)72º5.85%67.06%-
XYZ37.3640.1339.5-
YUV169.26123.34127.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.73%
GREEN value IS 171 (67.19% from 255) = 34.13%
BLUE value IS 161 (63.28% from 255) = 32.14%
R=33.73%
G=34.13%
B=32.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691711610.0100.060.33725.6265.1
HexA9ABA11062148641
Octal251253241106411106101
Binary1010100110101011101000011011010000110010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ABA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ABA1; }

 p { color: rgb(169,171,161); }

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

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

 a { background-color: rgb(169,171,161); }

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

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

 span { border-color: rgb(169,171,161); }

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