#A5B79E

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

Shades of Spring Rain #A5B79E

Tints of Spring Rain #A5B79E

Color information

#A5B79E (or 0xA5B79E) is unknown color: approx Spring Rain. HEX triplet: A5, B7 and 9E. RGB value is (165,183,158). Sum of RGB (Red+Green+Blue) = 165+183+158=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #A5B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B79E is #5A4861. Grayscale: #AEAEAE. Windows color (decimal): -5916770 or 10401701. OLE color: 10401701.

HSL color Cylindrical-coordinate representation of color #A5B79E: hue angle of 103.2º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5B79E is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB165183158-
CMYK0.1000.140.28
HSL103.2º14.79%66.86%-
HSV(B)103.2º13.66%71.76%-
XYZ38.6244.3338.87-
YUV174.77118.54121.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=32.61%
G=36.17%
B=31.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651831580.1000.140.28103.214.7966.86
HexA5B79EA0E1C67f43
Octal245267236120163414717103
Binary10100101101101111001111010100111011100110011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B79E; }

 p { color: rgb(165,183,158); }

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

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

 a { background-color: rgb(165,183,158); }

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

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

 span { border-color: rgb(165,183,158); }

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