#A5B5A0

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

Shades of Spring Rain #A5B5A0

Tints of Spring Rain #A5B5A0

Color information

#A5B5A0 (or 0xA5B5A0) is unknown color: approx Spring Rain. HEX triplet: A5, B5 and A0. RGB value is (165,181,160). Sum of RGB (Red+Green+Blue) = 165+181+160=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #A5B5A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B5A0 is #5A4A5F. Grayscale: #ADADAD. Windows color (decimal): -5917280 or 10532261. OLE color: 10532261.

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

Color convert

RGB165181160-
CMYK0.0900.120.29
HSL105.71º12.43%66.86%-
HSV(B)105.71º11.6%70.98%-
XYZ38.3943.5939.65-
YUV173.82120.2121.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 181 (71.09% from 255) = 35.77%
BLUE value IS 160 (62.89% from 255) = 31.62%
R=32.61%
G=35.77%
B=31.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651811600.0900.120.29105.7112.4366.86
HexA5B5A090C1D6ac43
Octal245265240110143515214103
Binary10100101101101011010000010010110011101110101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B5A0; }

 p { color: rgb(165,181,160); }

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

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

 a { background-color: rgb(165,181,160); }

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

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

 span { border-color: rgb(165,181,160); }

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