#A6B8AF

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

Shades of Periglacial Blue #A6B8AF

Tints of Periglacial Blue #A6B8AF

Color information

#A6B8AF (or 0xA6B8AF) is unknown color: approx Periglacial Blue. HEX triplet: A6, B8 and AF. RGB value is (166,184,175). Sum of RGB (Red+Green+Blue) = 166+184+175=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 184 - color contains mainly: green. Hex color #A6B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B8AF is #594750. Grayscale: #B1B1B1. Windows color (decimal): -5850961 or 11516070. OLE color: 11516070.

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

Color convert

RGB166184175-
CMYK0.1000.050.28
HSL150º11.25%68.63%-
HSV(B)150º9.78%72.16%-
XYZ40.645.4847.2-
YUV177.59126.54119.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=31.62%
G=35.05%
B=33.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661841750.1000.050.2815011.2568.63
HexA6B8AFA051C96b45
Octal24627025712053422613105
Binary10100110101110001010111110100101111001001011010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B8AF; }

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

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

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

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

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

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

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

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