#A3AA9A

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

Shades of Green Spring #A3AA9A

Tints of Green Spring #A3AA9A

Color information

#A3AA9A (or 0xA3AA9A) is unknown color: approx Green Spring. HEX triplet: A3, AA and 9A. RGB value is (163,170,154). Sum of RGB (Red+Green+Blue) = 163+170+154=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA9A is #5C5565. Grayscale: #A6A6A6. Windows color (decimal): -6051174 or 10136227. OLE color: 10136227.

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

Color convert

RGB163170154-
CMYK0.0400.090.33
HSL86.25º8.6%63.53%-
HSV(B)86.25º9.41%66.67%-
XYZ35.3138.8736.21-
YUV166.08121.18125.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 170 (66.80% from 255) = 34.91%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=33.47%
G=34.91%
B=31.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631701540.0400.090.3386.258.663.53
HexA3AA9A4092156940
Octal24325223240114112611100
Binary10100011101010101001101010001001100001101011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AA9A; }

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

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

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

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

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

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

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

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