#A8B6AE

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

Shades of Periglacial Blue #A8B6AE

Tints of Periglacial Blue #A8B6AE

Color information

#A8B6AE (or 0xA8B6AE) is unknown color: approx Periglacial Blue. HEX triplet: A8, B6 and AE. RGB value is (168,182,174). Sum of RGB (Red+Green+Blue) = 168+182+174=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 174 (68.36% from 255 or 33.21% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #A8B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8B6AE is #574951. Grayscale: #B0B0B0. Windows color (decimal): -5720402 or 11450024. OLE color: 11450024.

HSL color Cylindrical-coordinate representation of color #A8B6AE: hue angle of 145.71º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A8B6AE is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB168182174-
CMYK0.0800.040.29
HSL145.71º8.75%68.63%-
HSV(B)145.71º7.69%71.37%-
XYZ40.5244.8446.56-
YUV176.9126.36121.65-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.06%
GREEN value IS 182 (71.48% from 255) = 34.73%
BLUE value IS 174 (68.36% from 255) = 33.21%
R=32.06%
G=34.73%
B=33.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681821740.0800.040.29145.718.7568.63
HexA8B6AE8041D92945
Octal25026625610043522211105
Binary10101000101101101010111010000100111011001001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B6AE; }

 p { color: rgb(168,182,174); }

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

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

 a { background-color: rgb(168,182,174); }

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

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

 span { border-color: rgb(168,182,174); }

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