#A5B9AF

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

Shades of Periglacial Blue #A5B9AF

Tints of Periglacial Blue #A5B9AF

Color information

#A5B9AF (or 0xA5B9AF) is unknown color: approx Periglacial Blue. HEX triplet: A5, B9 and AF. RGB value is (165,185,175). Sum of RGB (Red+Green+Blue) = 165+185+175=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 185 (72.66% from 255 or 35.24% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B9AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B9AF is #5A4650. Grayscale: #B1B1B1. Windows color (decimal): -5916241 or 11516325. OLE color: 11516325.

HSL color Cylindrical-coordinate representation of color #A5B9AF: hue angle of 150º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A5B9AF is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB165185175-
CMYK0.1100.050.27
HSL150º12.5%68.63%-
HSV(B)150º10.81%72.55%-
XYZ40.645.7947.26-
YUV177.88126.37118.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.43%
GREEN value IS 185 (72.66% from 255) = 35.24%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=31.43%
G=35.24%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651851750.1100.050.2715012.568.63
HexA5B9AFB051B96c45
Octal24527125713053322614105
Binary10100101101110011010111110110101110111001011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B9AF; }

 p { color: rgb(165,185,175); }

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

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

 a { background-color: rgb(165,185,175); }

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

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

 span { border-color: rgb(165,185,175); }

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