#A6B1AD

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

Shades of Periglacial Blue #A6B1AD

Tints of Periglacial Blue #A6B1AD

Color information

#A6B1AD (or 0xA6B1AD) is unknown color: approx Periglacial Blue. HEX triplet: A6, B1 and AD. RGB value is (166,177,173). Sum of RGB (Red+Green+Blue) = 166+177+173=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 177 - color contains mainly: green. Hex color #A6B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B1AD is #594E52. Grayscale: #ADADAD. Windows color (decimal): -5852755 or 11383206. OLE color: 11383206.

HSL color Cylindrical-coordinate representation of color #A6B1AD: hue angle of 158.18º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A6B1AD is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB166177173-
CMYK0.0600.020.31
HSL158.18º6.59%67.25%-
HSV(B)158.18º6.21%69.41%-
XYZ38.9942.5745.7-
YUV173.26127.86122.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 173 (67.97% from 255) = 33.53%
R=32.17%
G=34.30%
B=33.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661771730.0600.020.31158.186.5967.25
HexA6B1AD6021F9e743
Octal246261255602372367103
Binary10100110101100011010110111001011111100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B1AD; }

 p { color: rgb(166,177,173); }

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

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

 a { background-color: rgb(166,177,173); }

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

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

 span { border-color: rgb(166,177,173); }

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