#A9B9B1

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

Shades of Periglacial Blue #A9B9B1

Tints of Periglacial Blue #A9B9B1

Color information

#A9B9B1 (or 0xA9B9B1) is unknown color: approx Periglacial Blue. HEX triplet: A9, B9 and B1. RGB value is (169,185,177). Sum of RGB (Red+Green+Blue) = 169+185+177=531 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.83% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #A9B9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B9B1 is #56464E. Grayscale: #B3B3B3. Windows color (decimal): -5654095 or 11647401. OLE color: 11647401.

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

Color convert

RGB169185177-
CMYK0.0900.040.27
HSL150º10.26%69.41%-
HSV(B)150º8.65%72.55%-
XYZ41.6546.3148.34-
YUV179.3126.7120.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.83%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 177 (69.53% from 255) = 33.33%
R=31.83%
G=34.84%
B=33.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691851770.0900.040.2715010.2669.41
HexA9B9B19041B96a45
Octal25127126111043322612105
Binary10101001101110011011000110010100110111001011010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B9B1; }

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

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

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

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

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

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

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

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