#A9B3AF

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

Shades of Periglacial Blue #A9B3AF

Tints of Periglacial Blue #A9B3AF

Color information

#A9B3AF (or 0xA9B3AF) is unknown color: approx Periglacial Blue. HEX triplet: A9, B3 and AF. RGB value is (169,179,175). Sum of RGB (Red+Green+Blue) = 169+179+175=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B3AF is #564C50. Grayscale: #AFAFAF. Windows color (decimal): -5655633 or 11514793. OLE color: 11514793.

HSL color Cylindrical-coordinate representation of color #A9B3AF: hue angle of 156º 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 #A9B3AF is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB169179175-
CMYK0.0600.020.30
HSL156º6.17%68.24%-
HSV(B)156º5.59%70.2%-
XYZ40.2243.7746.89-
YUV175.55127.69123.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 179 (70.31% from 255) = 34.23%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=32.31%
G=34.23%
B=33.46%

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
Decimal1691791750.0600.020.301566.1768.24
HexA9B3AF6021E9c644
Octal251263257602362346104
Binary10101001101100111010111111001011110100111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3AF; }

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

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

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

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

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

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

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

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