#A6B3AE

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

Shades of Periglacial Blue #A6B3AE

Tints of Periglacial Blue #A6B3AE

Color information

#A6B3AE (or 0xA6B3AE) is unknown color: approx Periglacial Blue. HEX triplet: A6, B3 and AE. RGB value is (166,179,174). Sum of RGB (Red+Green+Blue) = 166+179+174=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B3AE is #594C51. Grayscale: #AEAEAE. Windows color (decimal): -5852242 or 11449254. OLE color: 11449254.

HSL color Cylindrical-coordinate representation of color #A6B3AE: hue angle of 156.92º 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 #A6B3AE is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB166179174-
CMYK0.0700.030.30
HSL156.92º7.88%67.65%-
HSV(B)156.92º7.26%70.2%-
XYZ39.4943.446.34-
YUV174.54127.69121.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 179 (70.31% from 255) = 34.49%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=31.98%
G=34.49%
B=33.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661791740.0700.030.30156.927.8867.65
HexA6B3AE7031E9d844
Octal2462632567033623510104
Binary101001101011001110101110111011111101001110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B3AE; }

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

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

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

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

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

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

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

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