#A3B9B1

Color #A3B9B1 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #A3B9B1

Tints of Periglacial Blue #A3B9B1

Color information

#A3B9B1 (or 0xA3B9B1) is unknown color: approx Periglacial Blue. HEX triplet: A3, B9 and B1. RGB value is (163,185,177). Sum of RGB (Red+Green+Blue) = 163+185+177=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 177 (69.53% from 255 or 33.71% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A3B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B9B1 is #5C464E. Grayscale: #B1B1B1. Windows color (decimal): -6047311 or 11647395. OLE color: 11647395.

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

Color convert

RGB163185177-
CMYK0.1200.040.27
HSL158.18º13.58%68.24%-
HSV(B)158.18º11.89%72.55%-
XYZ40.3945.6648.28-
YUV177.51127.71117.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 177 (69.53% from 255) = 33.71%
R=31.05%
G=35.24%
B=33.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1631851770.1200.040.27158.1813.5868.24
HexA3B9B1C041B9ee44
Octal24327126114043323616104
Binary10100011101110011011000111000100110111001111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B9B1; }

 p { color: rgb(163,185,177); }

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

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

 a { background-color: rgb(163,185,177); }

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

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

 span { border-color: rgb(163,185,177); }

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