#A3AB99

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

Shades of Green Spring #A3AB99

Tints of Green Spring #A3AB99

Color information

#A3AB99 (or 0xA3AB99) is unknown color: approx Green Spring. HEX triplet: A3, AB and 99. RGB value is (163,171,153). Sum of RGB (Red+Green+Blue) = 163+171+153=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 153 (60.16% from 255 or 31.42% from 487); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB99 is #5C5466. Grayscale: #A6A6A6. Windows color (decimal): -6050919 or 10070947. OLE color: 10070947.

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

Color convert

RGB163171153-
CMYK0.0500.110.33
HSL86.67º9.68%63.53%-
HSV(B)86.67º10.53%67.06%-
XYZ35.4239.2135.84-
YUV166.56120.35125.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 153 (60.16% from 255) = 31.42%
R=33.47%
G=35.11%
B=31.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711530.0500.110.3386.679.6863.53
HexA3AB9950B2157a40
Octal24325323150134112712100
Binary10100011101010111001100110101011100001101011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB99; }

 p { color: rgb(163,171,153); }

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

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

 a { background-color: rgb(163,171,153); }

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

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

 span { border-color: rgb(163,171,153); }

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