#A4BFA1

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

Shades of Spring Rain #A4BFA1

Tints of Spring Rain #A4BFA1

Color information

#A4BFA1 (or 0xA4BFA1) is unknown color: approx Spring Rain. HEX triplet: A4, BF and A1. RGB value is (164,191,161). Sum of RGB (Red+Green+Blue) = 164+191+161=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 161 (63.28% from 255 or 31.20% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFA1 is #5B405E. Grayscale: #B3B3B3. Windows color (decimal): -5980255 or 10600356. OLE color: 10600356.

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

Color convert

RGB164191161-
CMYK0.1400.160.25
HSL114º18.99%69.02%-
HSV(B)114º15.71%74.9%-
XYZ40.3747.7340.8-
YUV179.51117.55116.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 161 (63.28% from 255) = 31.20%
R=31.78%
G=37.02%
B=31.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641911610.1400.160.2511418.9969.02
HexA4BFA1E01019721345
Octal244277241160203116223105
Binary1010010010111111101000011110010000110011110010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BFA1; }

 p { color: rgb(164,191,161); }

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

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

 a { background-color: rgb(164,191,161); }

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

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

 span { border-color: rgb(164,191,161); }

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