#A5A996

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

Shades of Green Spring #A5A996

Tints of Green Spring #A5A996

Color information

#A5A996 (or 0xA5A996) is unknown color: approx Green Spring. HEX triplet: A5, A9 and 96. RGB value is (165,169,150). Sum of RGB (Red+Green+Blue) = 165+169+150=484 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.09% from 484); Green value is 169 (66.41% from 255 or 34.92% from 484); Blue value is 150 (58.98% from 255 or 30.99% from 484); Max value from RGB is 169 - color contains mainly: green. Hex color #A5A996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A996 is #5A5669. Grayscale: #A5A5A5. Windows color (decimal): -5920362 or 9873829. OLE color: 9873829.

HSL color Cylindrical-coordinate representation of color #A5A996: hue angle of 72.63º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5A996 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB165169150-
CMYK0.0200.110.34
HSL72.63º9.95%62.55%-
HSV(B)72.63º11.24%66.27%-
XYZ35.2138.5834.44-
YUV165.64119.17127.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.09%
GREEN value IS 169 (66.41% from 255) = 34.92%
BLUE value IS 150 (58.98% from 255) = 30.99%
R=34.09%
G=34.92%
B=30.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1651691500.0200.110.3472.639.9562.55
HexA5A99620B2249a3f
Octal2452512262013421111277
Binary101001011010100110010110100101110001010010011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A996; }

 p { color: rgb(165,169,150); }

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

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

 a { background-color: rgb(165,169,150); }

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

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

 span { border-color: rgb(165,169,150); }

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