#A5BFA3

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

Shades of Spring Rain #A5BFA3

Tints of Spring Rain #A5BFA3

Color information

#A5BFA3 (or 0xA5BFA3) is unknown color: approx Spring Rain. HEX triplet: A5, BF and A3. RGB value is (165,191,163). Sum of RGB (Red+Green+Blue) = 165+191+163=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFA3 is #5A405C. Grayscale: #B4B4B4. Windows color (decimal): -5914717 or 10731429. OLE color: 10731429.

HSL color Cylindrical-coordinate representation of color #A5BFA3: hue angle of 115.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BFA3 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB165191163-
CMYK0.1400.150.25
HSL115.71º17.95%69.41%-
HSV(B)115.71º14.66%74.9%-
XYZ40.7647.9141.75-
YUV180.03118.39117.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=31.79%
G=36.80%
B=31.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651911630.1400.150.25115.7117.9569.41
HexA5BFA3E0F19741245
Octal245277243160173116422105
Binary101001011011111110100011111001111110011110100100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BFA3; }

 p { color: rgb(165,191,163); }

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

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

 a { background-color: rgb(165,191,163); }

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

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

 span { border-color: rgb(165,191,163); }

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