#A6B6AF

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

Shades of Periglacial Blue #A6B6AF

Tints of Periglacial Blue #A6B6AF

Color information

#A6B6AF (or 0xA6B6AF) is unknown color: approx Periglacial Blue. HEX triplet: A6, B6 and AF. RGB value is (166,182,175). Sum of RGB (Red+Green+Blue) = 166+182+175=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 182 (71.48% from 255 or 34.80% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 182 - color contains mainly: green. Hex color #A6B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B6AF is #594950. Grayscale: #B0B0B0. Windows color (decimal): -5851473 or 11515558. OLE color: 11515558.

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

Color convert

RGB166182175-
CMYK0.0900.040.29
HSL153.75º9.88%68.24%-
HSV(B)153.75º8.79%71.37%-
XYZ40.1944.6647.06-
YUV176.42127.2120.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 182 (71.48% from 255) = 34.80%
BLUE value IS 175 (68.75% from 255) = 33.46%
R=31.74%
G=34.80%
B=33.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661821750.0900.040.29153.759.8868.24
HexA6B6AF9041D9aa44
Octal24626625711043523212104
Binary10100110101101101010111110010100111011001101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B6AF; }

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

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

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

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

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

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

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

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