#A9B3AD

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

Shades of Periglacial Blue #A9B3AD

Tints of Periglacial Blue #A9B3AD

Color information

#A9B3AD (or 0xA9B3AD) is unknown color: approx Periglacial Blue. HEX triplet: A9, B3 and AD. RGB value is (169,179,173). Sum of RGB (Red+Green+Blue) = 169+179+173=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 179 - color contains mainly: green. Hex color #A9B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B3AD is #564C52. Grayscale: #AFAFAF. Windows color (decimal): -5655635 or 11383721. OLE color: 11383721.

HSL color Cylindrical-coordinate representation of color #A9B3AD: hue angle of 144º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A9B3AD is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB169179173-
CMYK0.0600.030.30
HSL144º6.17%68.24%-
HSV(B)144º5.59%70.2%-
XYZ40.0343.6945.86-
YUV175.33126.69123.49-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.44%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=32.44%
G=34.36%
B=33.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1691791730.0600.030.301446.1768.24
HexA9B3AD6031E90644
Octal251263255603362206104
Binary10101001101100111010110111001111110100100001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3AD; }

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

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

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

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

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

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

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

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