#A9AE99

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

Shades of Green Spring #A9AE99

Tints of Green Spring #A9AE99

Color information

#A9AE99 (or 0xA9AE99) is unknown color: approx Green Spring. HEX triplet: A9, AE and 99. RGB value is (169,174,153). Sum of RGB (Red+Green+Blue) = 169+174+153=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE99 is #565166. Grayscale: #AAAAAA. Windows color (decimal): -5656935 or 10071721. OLE color: 10071721.

HSL color Cylindrical-coordinate representation of color #A9AE99: hue angle of 74.29º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A9AE99 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB169174153-
CMYK0.0300.120.32
HSL74.29º11.48%64.12%-
HSV(B)74.29º12.07%68.24%-
XYZ37.2541.0136.09-
YUV170.11118.34127.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=34.07%
G=35.08%
B=30.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741530.0300.120.3274.2911.4864.12
HexA9AE9930C204ab40
Octal25125623130144011213100
Binary1010100110101110100110011101100100000100101010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE99; }

 p { color: rgb(169,174,153); }

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

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

 a { background-color: rgb(169,174,153); }

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

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

 span { border-color: rgb(169,174,153); }

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