#A3B8B0

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

Shades of Periglacial Blue #A3B8B0

Tints of Periglacial Blue #A3B8B0

Color information

#A3B8B0 (or 0xA3B8B0) is unknown color: approx Periglacial Blue. HEX triplet: A3, B8 and B0. RGB value is (163,184,176). Sum of RGB (Red+Green+Blue) = 163+184+176=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 184 - color contains mainly: green. Hex color #A3B8B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3B8B0 is #5C474F. Grayscale: #B0B0B0. Windows color (decimal): -6047568 or 11581603. OLE color: 11581603.

HSL color Cylindrical-coordinate representation of color #A3B8B0: hue angle of 157.14º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A3B8B0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB163184176-
CMYK0.1100.040.28
HSL157.14º12.88%68.04%-
HSV(B)157.14º11.41%72.16%-
XYZ40.0845.247.69-
YUV176.81127.54118.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 184 (72.27% from 255) = 35.18%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=31.17%
G=35.18%
B=33.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1631841760.1100.040.28157.1412.8868.04
HexA3B8B0B041C9dd44
Octal24327026013043423515104
Binary10100011101110001011000010110100111001001110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B8B0; }

 p { color: rgb(163,184,176); }

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

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

 a { background-color: rgb(163,184,176); }

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

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

 span { border-color: rgb(163,184,176); }

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