#A3BF9F

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

Shades of Spring Rain #A3BF9F

Tints of Spring Rain #A3BF9F

Color information

#A3BF9F (or 0xA3BF9F) is unknown color: approx Spring Rain. HEX triplet: A3, BF and 9F. RGB value is (163,191,159). Sum of RGB (Red+Green+Blue) = 163+191+159=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 159 (62.5% from 255 or 30.99% from 513); Max value from RGB is 191 - color contains mainly: green. Hex color #A3BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BF9F is #5C4060. Grayscale: #B3B3B3. Windows color (decimal): -6045793 or 10469283. OLE color: 10469283.

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

Color convert

RGB163191159-
CMYK0.1500.170.25
HSL112.5º20%68.63%-
HSV(B)112.5º16.75%74.9%-
XYZ39.9947.5539.87-
YUV178.98116.72116.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 191 (75% from 255) = 37.23%
BLUE value IS 159 (62.5% from 255) = 30.99%
R=31.77%
G=37.23%
B=30.99%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631911590.1500.170.25112.52068.63
HexA3BF9FF01119701445
Octal243277237170213116024105
Binary1010001110111111100111111111010001110011110000101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BF9F; }

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

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

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

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

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

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

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

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