#A6B3AF

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

Shades of Periglacial Blue #A6B3AF

Tints of Periglacial Blue #A6B3AF

Color information

#A6B3AF (or 0xA6B3AF) is unknown color: approx Periglacial Blue. HEX triplet: A6, B3 and AF. RGB value is (166,179,175). Sum of RGB (Red+Green+Blue) = 166+179+175=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B3AF is #594C50. Grayscale: #AEAEAE. Windows color (decimal): -5852241 or 11514790. OLE color: 11514790.

HSL color Cylindrical-coordinate representation of color #A6B3AF: hue angle of 161.54º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6B3AF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB166179175-
CMYK0.0700.020.30
HSL161.54º7.88%67.65%-
HSV(B)161.54º7.26%70.2%-
XYZ39.5843.4446.86-
YUV174.66128.19121.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 179 (70.31% from 255) = 34.42%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=31.92%
G=34.42%
B=33.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661791750.0700.020.30161.547.8867.65
HexA6B3AF7021Ea2844
Octal2462632577023624210104
Binary101001101011001110101111111010111101010001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3AF; }

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

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

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

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

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

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

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

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