#A9B3B0

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

Shades of Periglacial Blue #A9B3B0

Tints of Periglacial Blue #A9B3B0

Color information

#A9B3B0 (or 0xA9B3B0) is unknown color: approx Periglacial Blue. HEX triplet: A9, B3 and B0. RGB value is (169,179,176). Sum of RGB (Red+Green+Blue) = 169+179+176=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 176 (69.14% from 255 or 33.59% from 524); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B3B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B3B0 is #564C4F. Grayscale: #AFAFAF. Windows color (decimal): -5655632 or 11580329. OLE color: 11580329.

HSL color Cylindrical-coordinate representation of color #A9B3B0: hue angle of 162º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9B3B0 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB169179176-
CMYK0.0600.020.30
HSL162º6.17%68.24%-
HSV(B)162º5.59%70.2%-
XYZ40.3243.8147.41-
YUV175.67128.19123.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.25%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 176 (69.14% from 255) = 33.59%
R=32.25%
G=34.16%
B=33.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691791760.0600.020.301626.1768.24
HexA9B3B06021Ea2644
Octal251263260602362426104
Binary10101001101100111011000011001011110101000101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3B0; }

 p { color: rgb(169,179,176); }

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

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

 a { background-color: rgb(169,179,176); }

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

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

 span { border-color: rgb(169,179,176); }

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