#A5B69C

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

Shades of Spring Rain #A5B69C

Tints of Spring Rain #A5B69C

Color information

#A5B69C (or 0xA5B69C) is unknown color: approx Spring Rain. HEX triplet: A5, B6 and 9C. RGB value is (165,182,156). Sum of RGB (Red+Green+Blue) = 165+182+156=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 156 (61.33% from 255 or 31.01% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #A5B69C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B69C is #5A4963. Grayscale: #AEAEAE. Windows color (decimal): -5917028 or 10270373. OLE color: 10270373.

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

Color convert

RGB165182156-
CMYK0.0900.140.29
HSL99.23º15.12%66.27%-
HSV(B)99.23º14.29%71.37%-
XYZ38.2543.8637.9-
YUV173.95117.87121.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 182 (71.48% from 255) = 36.18%
BLUE value IS 156 (61.33% from 255) = 31.01%
R=32.80%
G=36.18%
B=31.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651821560.0900.140.2999.2315.1266.27
HexA5B69C90E1D63f42
Octal245266234110163514317102
Binary10100101101101101001110010010111011101110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B69C; }

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

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

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

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

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

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

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

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