#A5AE97

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

Shades of Green Spring #A5AE97

Tints of Green Spring #A5AE97

Color information

#A5AE97 (or 0xA5AE97) is unknown color: approx Green Spring. HEX triplet: A5, AE and 97. RGB value is (165,174,151). Sum of RGB (Red+Green+Blue) = 165+174+151=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 151 (59.38% from 255 or 30.82% from 490); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE97 is #5A5168. Grayscale: #A8A8A8. Windows color (decimal): -5919081 or 9940645. OLE color: 9940645.

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

Color convert

RGB165174151-
CMYK0.0500.130.32
HSL83.48º12.43%63.73%-
HSV(B)83.48º13.22%68.24%-
XYZ36.2440.5135.19-
YUV168.69118.02125.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.67%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 151 (59.38% from 255) = 30.82%
R=33.67%
G=35.51%
B=30.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741510.0500.130.3283.4812.4363.73
HexA5AE9750D2053c40
Octal24525622750154012314100
Binary10100101101011101001011110101101100000101001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE97; }

 p { color: rgb(165,174,151); }

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

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

 a { background-color: rgb(165,174,151); }

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

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

 span { border-color: rgb(165,174,151); }

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