#A9AAA4

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

Shades of Green Spring #A9AAA4

Tints of Green Spring #A9AAA4

Color information

#A9AAA4 (or 0xA9AAA4) is unknown color: approx Green Spring. HEX triplet: A9, AA and A4. RGB value is (169,170,164). Sum of RGB (Red+Green+Blue) = 169+170+164=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 164 (64.45% from 255 or 32.60% from 503); Max value from RGB is 170 - color contains mainly: green. Hex color #A9AAA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AAA4 is #56555B. Grayscale: #A9A9A9. Windows color (decimal): -5657948 or 10791593. OLE color: 10791593.

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

Color convert

RGB169170164-
CMYK0.0100.040.33
HSL70º3.41%65.49%-
HSV(B)70º3.53%66.67%-
XYZ37.4439.8640.84-
YUV169.02125.17127.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.60%
GREEN value IS 170 (66.80% from 255) = 33.80%
BLUE value IS 164 (64.45% from 255) = 32.60%
R=33.60%
G=33.80%
B=32.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691701640.0100.040.33703.4165.49
HexA9AAA41042146341
Octal251252244104411063101
Binary101010011010101010100100101001000011000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AAA4; }

 p { color: rgb(169,170,164); }

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

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

 a { background-color: rgb(169,170,164); }

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

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

 span { border-color: rgb(169,170,164); }

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