#A9AE95

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

Shades of Green Spring #A9AE95

Tints of Green Spring #A9AE95

Color information

#A9AE95 (or 0xA9AE95) is unknown color: approx Green Spring. HEX triplet: A9, AE and 95. RGB value is (169,174,149). Sum of RGB (Red+Green+Blue) = 169+174+149=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AE95 is #56516A. Grayscale: #A9A9A9. Windows color (decimal): -5656939 or 9809577. OLE color: 9809577.

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

Color convert

RGB169174149-
CMYK0.0300.140.32
HSL72º13.37%63.33%-
HSV(B)72º14.37%68.24%-
XYZ36.9240.8834.38-
YUV169.65116.34127.53-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 35.37%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=34.35%
G=35.37%
B=30.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691741490.0300.140.327213.3763.33
HexA9AE9530E2048d3f
Octal2512562253016401101577
Binary101010011010111010010101110111010000010010001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AE95; }

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

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

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

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

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

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

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

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