#A5BBA1

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

Shades of Spring Rain #A5BBA1

Tints of Spring Rain #A5BBA1

Color information

#A5BBA1 (or 0xA5BBA1) is unknown color: approx Spring Rain. HEX triplet: A5, BB and A1. RGB value is (165,187,161). Sum of RGB (Red+Green+Blue) = 165+187+161=513 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.16% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 187 - color contains mainly: green. Hex color #A5BBA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BBA1 is #5A445E. Grayscale: #B1B1B1. Windows color (decimal): -5915743 or 10599333. OLE color: 10599333.

HSL color Cylindrical-coordinate representation of color #A5BBA1: hue angle of 110.77º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A5BBA1 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB165187161-
CMYK0.1200.140.27
HSL110.77º16.05%68.24%-
HSV(B)110.77º13.9%73.33%-
XYZ39.7246.1140.53-
YUV177.46118.71119.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.16%
GREEN value IS 187 (73.44% from 255) = 36.45%
BLUE value IS 161 (63.28% from 255) = 31.38%
R=32.16%
G=36.45%
B=31.38%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651871610.1200.140.27110.7716.0568.24
HexA5BBA1C0E1B6f1044
Octal245273241140163315720104
Binary101001011011101110100001110001110110111101111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BBA1; }

 p { color: rgb(165,187,161); }

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

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

 a { background-color: rgb(165,187,161); }

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

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

 span { border-color: rgb(165,187,161); }

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