#A5B99D

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

Shades of Spring Rain #A5B99D

Tints of Spring Rain #A5B99D

Color information

#A5B99D (or 0xA5B99D) is unknown color: approx Spring Rain. HEX triplet: A5, B9 and 9D. RGB value is (165,185,157). Sum of RGB (Red+Green+Blue) = 165+185+157=507 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.54% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B99D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B99D is #5A4662. Grayscale: #AFAFAF. Windows color (decimal): -5916259 or 10336677. OLE color: 10336677.

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

Color convert

RGB165185157-
CMYK0.1100.150.27
HSL102.86º16.67%67.06%-
HSV(B)102.86º15.14%72.55%-
XYZ38.9545.1338.56-
YUV175.83117.37120.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.54%
GREEN value IS 185 (72.66% from 255) = 36.49%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=32.54%
G=36.49%
B=30.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851570.1100.150.27102.8616.6767.06
HexA5B99DB0F1B671143
Octal245271235130173314721103
Binary101001011011100110011101101101111110111100111100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B99D; }

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

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

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

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

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

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

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

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