#A4B7AF

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

Shades of Periglacial Blue #A4B7AF

Tints of Periglacial Blue #A4B7AF

Color information

#A4B7AF (or 0xA4B7AF) is unknown color: approx Periglacial Blue. HEX triplet: A4, B7 and AF. RGB value is (164,183,175). Sum of RGB (Red+Green+Blue) = 164+183+175=522 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.42% from 522); Green value is 183 (71.88% from 255 or 35.06% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 183 - color contains mainly: green. Hex color #A4B7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4B7AF is #5B4850. Grayscale: #B0B0B0. Windows color (decimal): -5982289 or 11515812. OLE color: 11515812.

HSL color Cylindrical-coordinate representation of color #A4B7AF: hue angle of 154.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4B7AF is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB164183175-
CMYK0.1000.040.28
HSL154.74º11.66%68.04%-
HSV(B)154.74º10.38%71.76%-
XYZ39.9844.8547.11-
YUV176.41127.21119.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.42%
GREEN value IS 183 (71.88% from 255) = 35.06%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=31.42%
G=35.06%
B=33.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641831750.1000.040.28154.7411.6668.04
HexA4B7AFA041C9bc44
Octal24426725712043423314104
Binary10100100101101111010111110100100111001001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B7AF; }

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

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

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

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

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

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

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

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