#A5B69F

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

Shades of Spring Rain #A5B69F

Tints of Spring Rain #A5B69F

Color information

#A5B69F (or 0xA5B69F) is unknown color: approx Spring Rain. HEX triplet: A5, B6 and 9F. RGB value is (165,182,159). Sum of RGB (Red+Green+Blue) = 165+182+159=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B69F is #5A4960. Grayscale: #AEAEAE. Windows color (decimal): -5917025 or 10466981. OLE color: 10466981.

HSL color Cylindrical-coordinate representation of color #A5B69F: hue angle of 104.35º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5B69F is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB165182159-
CMYK0.0900.130.29
HSL104.35º13.61%66.86%-
HSV(B)104.35º12.64%71.37%-
XYZ38.543.9639.26-
YUV174.3119.37121.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 159 (62.5% from 255) = 31.42%
R=32.61%
G=35.97%
B=31.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821590.0900.130.29104.3513.6166.86
HexA5B69F90D1D68e43
Octal245266237110153515016103
Binary10100101101101101001111110010110111101110100011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B69F; }

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

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

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

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

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

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

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

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