#A6B4AE

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

Shades of Periglacial Blue #A6B4AE

Tints of Periglacial Blue #A6B4AE

Color information

#A6B4AE (or 0xA6B4AE) is unknown color: approx Periglacial Blue. HEX triplet: A6, B4 and AE. RGB value is (166,180,174). Sum of RGB (Red+Green+Blue) = 166+180+174=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 180 (70.70% from 255 or 34.62% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4AE is #594B51. Grayscale: #AFAFAF. Windows color (decimal): -5851986 or 11449510. OLE color: 11449510.

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

Color convert

RGB166180174-
CMYK0.0800.030.29
HSL154.29º8.54%67.84%-
HSV(B)154.29º7.78%70.59%-
XYZ39.6943.8146.41-
YUV175.13127.36121.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.92%
GREEN value IS 180 (70.70% from 255) = 34.62%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=31.92%
G=34.62%
B=33.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1661801740.0800.030.29154.298.5467.84
HexA6B4AE8031D9a944
Octal24626425610033523211104
Binary1010011010110100101011101000011111011001101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4AE; }

 p { color: rgb(166,180,174); }

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

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

 a { background-color: rgb(166,180,174); }

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

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

 span { border-color: rgb(166,180,174); }

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