#A5BA9D

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

Shades of Spring Rain #A5BA9D

Tints of Spring Rain #A5BA9D

Color information

#A5BA9D (or 0xA5BA9D) is unknown color: approx Spring Rain. HEX triplet: A5, BA and 9D. RGB value is (165,186,157). Sum of RGB (Red+Green+Blue) = 165+186+157=508 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.48% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA9D is #5A4562. Grayscale: #B0B0B0. Windows color (decimal): -5916003 or 10336933. OLE color: 10336933.

HSL color Cylindrical-coordinate representation of color #A5BA9D: hue angle of 103.45º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A5BA9D is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB165186157-
CMYK0.1100.160.27
HSL103.45º17.37%67.25%-
HSV(B)103.45º15.59%72.94%-
XYZ39.1645.5538.63-
YUV176.42117.04119.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.48%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 157 (61.72% from 255) = 30.91%
R=32.48%
G=36.61%
B=30.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861570.1100.160.27103.4517.3767.25
HexA5BA9DB0101B671143
Octal245272235130203314721103
Binary1010010110111010100111011011010000110111100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA9D; }

 p { color: rgb(165,186,157); }

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

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

 a { background-color: rgb(165,186,157); }

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

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

 span { border-color: rgb(165,186,157); }

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