#A3AB96

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

Shades of Green Spring #A3AB96

Tints of Green Spring #A3AB96

Color information

#A3AB96 (or 0xA3AB96) is unknown color: approx Green Spring. HEX triplet: A3, AB and 96. RGB value is (163,171,150). Sum of RGB (Red+Green+Blue) = 163+171+150=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AB96 is #5C5469. Grayscale: #A6A6A6. Windows color (decimal): -6050922 or 9874339. OLE color: 9874339.

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

Color convert

RGB163171150-
CMYK0.0500.120.33
HSL82.86º11.11%62.94%-
HSV(B)82.86º12.28%67.06%-
XYZ35.1739.1134.55-
YUV166.21118.85125.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 171 (67.19% from 255) = 35.33%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=33.68%
G=35.33%
B=30.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711500.0500.120.3382.8611.1162.94
HexA3AB9650C2153b3f
Octal2432532265014411231377
Binary1010001110101011100101101010110010000110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB96; }

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

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

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

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

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

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

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

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