#A9AFAD

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

Shades of Periglacial Blue #A9AFAD

Tints of Periglacial Blue #A9AFAD

Color information

#A9AFAD (or 0xA9AFAD) is unknown color: approx Periglacial Blue. HEX triplet: A9, AF and AD. RGB value is (169,175,173). Sum of RGB (Red+Green+Blue) = 169+175+173=517 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.69% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AFAD is #565052. Grayscale: #ACACAC. Windows color (decimal): -5656659 or 11382697. OLE color: 11382697.

HSL color Cylindrical-coordinate representation of color #A9AFAD: hue angle of 160º degrees, saturation: 0.04, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #A9AFAD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB169175173-
CMYK0.0300.010.31
HSL160º3.61%67.45%-
HSV(B)160º3.43%68.63%-
XYZ39.2342.1145.6-
YUV172.98128.01125.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.69%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=32.69%
G=33.85%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751730.0300.010.311603.6167.45
HexA9AFAD3011Fa0443
Octal251257255301372404103
Binary101010011010111110101101110111111101000001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFAD; }

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

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

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

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

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

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

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

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