#A9B6AF

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

Shades of Periglacial Blue #A9B6AF

Tints of Periglacial Blue #A9B6AF

Color information

#A9B6AF (or 0xA9B6AF) is unknown color: approx Periglacial Blue. HEX triplet: A9, B6 and AF. RGB value is (169,182,175). Sum of RGB (Red+Green+Blue) = 169+182+175=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 182 (71.48% from 255 or 34.60% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B6AF is #564950. Grayscale: #B1B1B1. Windows color (decimal): -5654865 or 11515561. OLE color: 11515561.

HSL color Cylindrical-coordinate representation of color #A9B6AF: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9B6AF is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB169182175-
CMYK0.0700.040.29
HSL147.69º8.18%68.82%-
HSV(B)147.69º7.14%71.37%-
XYZ40.8344.9947.09-
YUV177.31126.69122.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 182 (71.48% from 255) = 34.60%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=32.13%
G=34.60%
B=33.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821750.0700.040.29147.698.1868.82
HexA9B6AF7041D94845
Octal2512662577043522410105
Binary1010100110110110101011111110100111011001010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6AF; }

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

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

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

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

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

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

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

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