#A4B4AF

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

Shades of Periglacial Blue #A4B4AF

Tints of Periglacial Blue #A4B4AF

Color information

#A4B4AF (or 0xA4B4AF) is unknown color: approx Periglacial Blue. HEX triplet: A4, B4 and AF. RGB value is (164,180,175). Sum of RGB (Red+Green+Blue) = 164+180+175=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 180 (70.70% from 255 or 34.68% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B4AF is #5B4B50. Grayscale: #AEAEAE. Windows color (decimal): -5983057 or 11515044. OLE color: 11515044.

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

Color convert

RGB164180175-
CMYK0.0900.030.29
HSL161.25º9.64%67.45%-
HSV(B)161.25º8.89%70.59%-
XYZ39.3743.6346.9-
YUV174.65128.2120.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 180 (70.70% from 255) = 34.68%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=31.60%
G=34.68%
B=33.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641801750.0900.030.29161.259.6467.45
HexA4B4AF9031Da1a43
Octal24426425711033524112103
Binary1010010010110100101011111001011111011010000110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B4AF; }

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

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

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

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

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

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

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

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