#A6B9AF

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

Shades of Periglacial Blue #A6B9AF

Tints of Periglacial Blue #A6B9AF

Color information

#A6B9AF (or 0xA6B9AF) is unknown color: approx Periglacial Blue. HEX triplet: A6, B9 and AF. RGB value is (166,185,175). Sum of RGB (Red+Green+Blue) = 166+185+175=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 185 - color contains mainly: green. Hex color #A6B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B9AF is #594650. Grayscale: #B2B2B2. Windows color (decimal): -5850705 or 11516326. OLE color: 11516326.

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

Color convert

RGB166185175-
CMYK0.1000.050.27
HSL148.42º11.95%68.82%-
HSV(B)148.42º10.27%72.55%-
XYZ40.8145.947.27-
YUV178.18126.21119.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 185 (72.66% from 255) = 35.17%
BLUE value IS 175 (68.75% from 255) = 33.27%
R=31.56%
G=35.17%
B=33.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661851750.1000.050.27148.4211.9568.82
HexA6B9AFA051B94c45
Octal24627125712053322414105
Binary10100110101110011010111110100101110111001010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B9AF; }

 p { color: rgb(166,185,175); }

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

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

 a { background-color: rgb(166,185,175); }

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

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

 span { border-color: rgb(166,185,175); }

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