#A8B0AD

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

Shades of Periglacial Blue #A8B0AD

Tints of Periglacial Blue #A8B0AD

Color information

#A8B0AD (or 0xA8B0AD) is unknown color: approx Periglacial Blue. HEX triplet: A8, B0 and AD. RGB value is (168,176,173). Sum of RGB (Red+Green+Blue) = 168+176+173=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B0AD is #574F52. Grayscale: #ADADAD. Windows color (decimal): -5721939 or 11382952. OLE color: 11382952.

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

Color convert

RGB168176173-
CMYK0.0500.020.31
HSL157.5º4.82%67.45%-
HSV(B)157.5º4.55%69.02%-
XYZ39.2242.3945.65-
YUV173.27127.85124.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.50%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 173 (67.97% from 255) = 33.46%
R=32.50%
G=34.04%
B=33.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681761730.0500.020.31157.54.8267.45
HexA8B0AD5021F9d543
Octal250260255502372355103
Binary10101000101100001010110110101011111100111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0AD; }

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

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

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

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

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

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

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

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