#A5AD9A

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

Shades of Green Spring #A5AD9A

Tints of Green Spring #A5AD9A

Color information

#A5AD9A (or 0xA5AD9A) is unknown color: approx Green Spring. HEX triplet: A5, AD and 9A. RGB value is (165,173,154). Sum of RGB (Red+Green+Blue) = 165+173+154=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AD9A is #5A5265. Grayscale: #A8A8A8. Windows color (decimal): -5919334 or 10136997. OLE color: 10136997.

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

Color convert

RGB165173154-
CMYK0.0500.110.32
HSL85.26º10.38%64.12%-
HSV(B)85.26º10.98%67.84%-
XYZ36.2940.2236.42-
YUV168.44119.85125.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=33.54%
G=35.16%
B=31.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731540.0500.110.3285.2610.3864.12
HexA5AD9A50B2055a40
Octal24525523250134012512100
Binary10100101101011011001101010101011100000101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD9A; }

 p { color: rgb(165,173,154); }

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

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

 a { background-color: rgb(165,173,154); }

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

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

 span { border-color: rgb(165,173,154); }

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