#A9AFAC

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

Shades of Periglacial Blue #A9AFAC

Tints of Periglacial Blue #A9AFAC

Color information

#A9AFAC (or 0xA9AFAC) is unknown color: approx Periglacial Blue. HEX triplet: A9, AF and AC. RGB value is (169,175,172). Sum of RGB (Red+Green+Blue) = 169+175+172=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 175 - color contains mainly: green. Hex color #A9AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9AFAC is #565053. Grayscale: #ACACAC. Windows color (decimal): -5656660 or 11317161. OLE color: 11317161.

HSL color Cylindrical-coordinate representation of color #A9AFAC: hue angle of 150º 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 #A9AFAC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB169175172-
CMYK0.0300.020.31
HSL150º3.61%67.45%-
HSV(B)150º3.43%68.63%-
XYZ39.1442.0745.09-
YUV172.86127.51125.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 175 (68.75% from 255) = 33.91%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=32.75%
G=33.91%
B=33.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691751720.0300.020.311503.6167.45
HexA9AFAC3021F96443
Octal251257254302372264103
Binary1010100110101111101011001101011111100101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9AFAC; }

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

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

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

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

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

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

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

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