#A8AFAC

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

Shades of Periglacial Blue #A8AFAC

Tints of Periglacial Blue #A8AFAC

Color information

#A8AFAC (or 0xA8AFAC) is unknown color: approx Periglacial Blue. HEX triplet: A8, AF and AC. RGB value is (168,175,172). Sum of RGB (Red+Green+Blue) = 168+175+172=515 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.62% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AFAC is #575053. Grayscale: #ACACAC. Windows color (decimal): -5722196 or 11317160. OLE color: 11317160.

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

Color convert

RGB168175172-
CMYK0.0400.020.31
HSL154.29º4.19%67.25%-
HSV(B)154.29º4%68.63%-
XYZ38.9241.9645.08-
YUV172.56127.68124.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.62%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 172 (67.58% from 255) = 33.40%
R=32.62%
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
Decimal1681751720.0400.020.31154.294.1967.25
HexA8AFAC4021F9a443
Octal250257254402372324103
Binary10101000101011111010110010001011111100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFAC; }

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

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

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

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

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

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

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

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