#A5B29F

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

Shades of Spring Rain #A5B29F

Tints of Spring Rain #A5B29F

Color information

#A5B29F (or 0xA5B29F) is unknown color: approx Spring Rain. HEX triplet: A5, B2 and 9F. RGB value is (165,178,159). Sum of RGB (Red+Green+Blue) = 165+178+159=502 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.87% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 178 - color contains mainly: green. Hex color #A5B29F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5B29F is #5A4D60. Grayscale: #ACACAC. Windows color (decimal): -5918049 or 10465957. OLE color: 10465957.

HSL color Cylindrical-coordinate representation of color #A5B29F: hue angle of 101.05º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B29F is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB165178159-
CMYK0.0700.110.30
HSL101.05º10.98%66.08%-
HSV(B)101.05º10.67%69.8%-
XYZ37.742.3438.99-
YUV171.95120.69123.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.87%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 159 (62.5% from 255) = 31.67%
R=32.87%
G=35.46%
B=31.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651781590.0700.110.30101.0510.9866.08
HexA5B29F70B1E65b42
Octal24526223770133614513102
Binary1010010110110010100111111110101111110110010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B29F; }

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

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

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

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

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

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

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

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