#A6B0AC

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

Shades of Periglacial Blue #A6B0AC

Tints of Periglacial Blue #A6B0AC

Color information

#A6B0AC (or 0xA6B0AC) is unknown color: approx Periglacial Blue. HEX triplet: A6, B0 and AC. RGB value is (166,176,172). Sum of RGB (Red+Green+Blue) = 166+176+172=514 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.30% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 176 - color contains mainly: green. Hex color #A6B0AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B0AC is #594F53. Grayscale: #ACACAC. Windows color (decimal): -5853012 or 11317414. OLE color: 11317414.

HSL color Cylindrical-coordinate representation of color #A6B0AC: hue angle of 156º degrees, saturation: 0.06, 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 #A6B0AC is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB166176172-
CMYK0.0600.020.31
HSL156º5.95%67.06%-
HSV(B)156º5.68%69.02%-
XYZ38.742.1445.12-
YUV172.55127.69123.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.30%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=32.30%
G=34.24%
B=33.46%

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
Decimal1661761720.0600.020.311565.9567.06
HexA6B0AC6021F9c643
Octal246260254602372346103
Binary10100110101100001010110011001011111100111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B0AC; }

 p { color: rgb(166,176,172); }

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

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

 a { background-color: rgb(166,176,172); }

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

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

 span { border-color: rgb(166,176,172); }

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