#A8AEAC

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

Shades of Periglacial Blue #A8AEAC

Tints of Periglacial Blue #A8AEAC

Color information

#A8AEAC (or 0xA8AEAC) is unknown color: approx Periglacial Blue. HEX triplet: A8, AE and AC. RGB value is (168,174,172). Sum of RGB (Red+Green+Blue) = 168+174+172=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AEAC is #575153. Grayscale: #ABABAB. Windows color (decimal): -5722452 or 11316904. OLE color: 11316904.

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

Color convert

RGB168174172-
CMYK0.0300.010.32
HSL160º3.57%67.06%-
HSV(B)160º3.45%68.24%-
XYZ38.7341.5845.01-
YUV171.98128.01125.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.68%
GREEN value IS 174 (68.36% from 255) = 33.85%
BLUE value IS 172 (67.58% from 255) = 33.46%
R=32.68%
G=33.85%
B=33.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681741720.0300.010.321603.5767.06
HexA8AEAC30120a0443
Octal250256254301402404103
Binary1010100010101110101011001101100000101000001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEAC; }

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

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

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

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

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

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

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

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