#A5B09F

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

Shades of Spring Rain #A5B09F

Tints of Spring Rain #A5B09F

Color information

#A5B09F (or 0xA5B09F) is unknown color: approx Spring Rain. HEX triplet: A5, B0 and 9F. RGB value is (165,176,159). Sum of RGB (Red+Green+Blue) = 165+176+159=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B09F is #5A4F60. Grayscale: #AAAAAA. Windows color (decimal): -5918561 or 10465445. OLE color: 10465445.

HSL color Cylindrical-coordinate representation of color #A5B09F: hue angle of 98.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5B09F is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB165176159-
CMYK0.0600.100.31
HSL98.82º9.71%65.69%-
HSV(B)98.82º9.66%69.02%-
XYZ37.341.5538.86-
YUV170.77121.36123.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33%
GREEN value IS 176 (69.14% from 255) = 35.2%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=33%
G=35.2%
B=31.8%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651761590.0600.100.3198.829.7165.69
HexA5B09F60A1F63a42
Octal24526023760123714312102
Binary1010010110110000100111111100101011111110001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B09F; }

 p { color: rgb(165,176,159); }

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

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

 a { background-color: rgb(165,176,159); }

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

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

 span { border-color: rgb(165,176,159); }

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