#A3AA99

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

Shades of Green Spring #A3AA99

Tints of Green Spring #A3AA99

Color information

#A3AA99 (or 0xA3AA99) is unknown color: approx Green Spring. HEX triplet: A3, AA and 99. RGB value is (163,170,153). Sum of RGB (Red+Green+Blue) = 163+170+153=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 170 (66.80% from 255 or 34.98% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA99 is #5C5566. Grayscale: #A6A6A6. Windows color (decimal): -6051175 or 10070691. OLE color: 10070691.

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

Color convert

RGB163170153-
CMYK0.0400.10.33
HSL84.71º9.09%63.33%-
HSV(B)84.71º10%66.67%-
XYZ35.2338.8435.78-
YUV165.97120.68125.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 170 (66.80% from 255) = 34.98%
BLUE value IS 153 (60.16% from 255) = 31.48%
R=33.54%
G=34.98%
B=31.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701530.0400.10.3384.719.0963.33
HexA3AA9940A215593f
Octal2432522314012411251177
Binary1010001110101010100110011000101010000110101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA99; }

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

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

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

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

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

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

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

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