#A5AE95

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

Shades of Green Spring #A5AE95

Tints of Green Spring #A5AE95

Color information

#A5AE95 (or 0xA5AE95) is unknown color: approx Green Spring. HEX triplet: A5, AE and 95. RGB value is (165,174,149). Sum of RGB (Red+Green+Blue) = 165+174+149=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 174 - color contains mainly: green. Hex color #A5AE95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AE95 is #5A516A. Grayscale: #A8A8A8. Windows color (decimal): -5919083 or 9809573. OLE color: 9809573.

HSL color Cylindrical-coordinate representation of color #A5AE95: hue angle of 81.6º 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 #A5AE95 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB165174149-
CMYK0.0500.140.32
HSL81.6º13.37%63.33%-
HSV(B)81.6º14.37%68.24%-
XYZ36.0840.4434.34-
YUV168.46117.02125.53-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 174 (68.36% from 255) = 35.66%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=33.81%
G=35.66%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651741490.0500.140.3281.613.3763.33
HexA5AE9550E2052d3f
Octal2452562255016401221577
Binary1010010110101110100101011010111010000010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AE95; }

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

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

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

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

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

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

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

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