#A9B0AD

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

Shades of Periglacial Blue #A9B0AD

Tints of Periglacial Blue #A9B0AD

Color information

#A9B0AD (or 0xA9B0AD) is unknown color: approx Periglacial Blue. HEX triplet: A9, B0 and AD. RGB value is (169,176,173). Sum of RGB (Red+Green+Blue) = 169+176+173=518 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.63% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 176 - color contains mainly: green. Hex color #A9B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B0AD is #564F52. Grayscale: #ADADAD. Windows color (decimal): -5656403 or 11382953. OLE color: 11382953.

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

Color convert

RGB169176173-
CMYK0.0400.020.31
HSL154.29º4.24%67.65%-
HSV(B)154.29º3.98%69.02%-
XYZ39.4342.545.66-
YUV173.56127.68124.74-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.63%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=32.63%
G=33.98%
B=33.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1691761730.0400.020.31154.294.2467.65
HexA9B0AD4021F9a444
Octal251260255402372324104
Binary10101001101100001010110110001011111100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B0AD; }

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

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

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

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

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

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

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

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