#A6AFAC

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

Shades of Periglacial Blue #A6AFAC

Tints of Periglacial Blue #A6AFAC

Color information

#A6AFAC (or 0xA6AFAC) is unknown color: approx Periglacial Blue. HEX triplet: A6, AF and AC. RGB value is (166,175,172). Sum of RGB (Red+Green+Blue) = 166+175+172=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 175 - color contains mainly: green. Hex color #A6AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AFAC is #595053. Grayscale: #ABABAB. Windows color (decimal): -5853268 or 11317158. OLE color: 11317158.

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

Color convert

RGB166175172-
CMYK0.0500.020.31
HSL160º5.33%66.86%-
HSV(B)160º5.14%68.63%-
XYZ38.541.7545.06-
YUV171.97128.02123.74-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 175 (68.75% from 255) = 34.11%
BLUE value IS 172 (67.58% from 255) = 33.53%
R=32.36%
G=34.11%
B=33.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1661751720.0500.020.311605.3366.86
HexA6AFAC5021Fa0543
Octal246257254502372405103
Binary10100110101011111010110010101011111101000001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFAC; }

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

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

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

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

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

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

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

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