#A9B5AF

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

Shades of Periglacial Blue #A9B5AF

Tints of Periglacial Blue #A9B5AF

Color information

#A9B5AF (or 0xA9B5AF) is unknown color: approx Periglacial Blue. HEX triplet: A9, B5 and AF. RGB value is (169,181,175). Sum of RGB (Red+Green+Blue) = 169+181+175=525 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.19% from 525); Green value is 181 (71.09% from 255 or 34.48% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 181 - color contains mainly: green. Hex color #A9B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B5AF is #564A50. Grayscale: #B0B0B0. Windows color (decimal): -5655121 or 11515305. OLE color: 11515305.

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

Color convert

RGB169181175-
CMYK0.0700.030.29
HSL150º7.5%68.63%-
HSV(B)150º6.63%70.98%-
XYZ40.6244.5847.02-
YUV176.73127.02122.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.19%
GREEN value IS 181 (71.09% from 255) = 34.48%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=32.19%
G=34.48%
B=33.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691811750.0700.030.291507.568.63
HexA9B5AF7031D96845
Octal2512652577033522610105
Binary101010011011010110101111111011111011001011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5AF; }

 p { color: rgb(169,181,175); }

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

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

 a { background-color: rgb(169,181,175); }

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

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

 span { border-color: rgb(169,181,175); }

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