#A3AA94

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

Shades of Green Spring #A3AA94

Tints of Green Spring #A3AA94

Color information

#A3AA94 (or 0xA3AA94) is unknown color: approx Green Spring. HEX triplet: A3, AA and 94. RGB value is (163,170,148). Sum of RGB (Red+Green+Blue) = 163+170+148=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA94 is #5C556B. Grayscale: #A5A5A5. Windows color (decimal): -6051180 or 9743011. OLE color: 9743011.

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

Color convert

RGB163170148-
CMYK0.0400.130.33
HSL79.09º11.46%62.35%-
HSV(B)79.09º12.94%66.67%-
XYZ34.8238.6733.65-
YUV165.4118.18126.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.89%
GREEN value IS 170 (66.80% from 255) = 35.34%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=33.89%
G=35.34%
B=30.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701480.0400.130.3379.0911.4662.35
HexA3AA9440D214fb3e
Octal2432522244015411171376
Binary1010001110101010100101001000110110000110011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA94; }

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

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

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

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

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

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

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

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