#A9ACAB

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

Shades of Periglacial Blue #A9ACAB

Tints of Periglacial Blue #A9ACAB

Color information

#A9ACAB (or 0xA9ACAB) is unknown color: approx Periglacial Blue. HEX triplet: A9, AC and AB. RGB value is (169,172,171). Sum of RGB (Red+Green+Blue) = 169+172+171=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 172 (67.58% from 255 or 33.59% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 172 - color contains mainly: green. Hex color #A9ACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9ACAB is #565354. Grayscale: #AAAAAA. Windows color (decimal): -5657429 or 11250857. OLE color: 11250857.

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

Color convert

RGB169172171-
CMYK0.0200.010.33
HSL160º1.78%66.86%-
HSV(B)160º1.74%67.45%-
XYZ38.4740.8844.39-
YUV170.99128.01126.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 172 (67.58% from 255) = 33.59%
BLUE value IS 171 (67.19% from 255) = 33.40%
R=33.01%
G=33.59%
B=33.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691721710.0200.010.331601.7866.86
HexA9ACAB20121a0243
Octal251254253201412402103
Binary101010011010110010101011100110000110100000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACAB; }

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

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

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

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

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

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

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

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