#A6B4AF

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

Shades of Periglacial Blue #A6B4AF

Tints of Periglacial Blue #A6B4AF

Color information

#A6B4AF (or 0xA6B4AF) is unknown color: approx Periglacial Blue. HEX triplet: A6, B4 and AF. RGB value is (166,180,175). Sum of RGB (Red+Green+Blue) = 166+180+175=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 180 - color contains mainly: green. Hex color #A6B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B4AF is #594B50. Grayscale: #AFAFAF. Windows color (decimal): -5851985 or 11515046. OLE color: 11515046.

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

Color convert

RGB166180175-
CMYK0.0800.030.29
HSL158.57º8.54%67.84%-
HSV(B)158.57º7.78%70.59%-
XYZ39.7943.8446.92-
YUV175.24127.86121.41-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 180 (70.70% from 255) = 34.55%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=31.86%
G=34.55%
B=33.59%

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
Decimal1661801750.0800.030.29158.578.5467.84
HexA6B4AF8031D9f944
Octal24626425710033523711104
Binary1010011010110100101011111000011111011001111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4AF; }

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

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

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

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

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

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

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

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