#AAAFAC

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

Shades of Periglacial Blue #AAAFAC

Tints of Periglacial Blue #AAAFAC

Color information

#AAAFAC (or 0xAAAFAC) is unknown color: approx Periglacial Blue. HEX triplet: AA, AF and AC. RGB value is (170,175,172). Sum of RGB (Red+Green+Blue) = 170+175+172=517 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.88% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFAC is #555053. Grayscale: #ADADAD. Windows color (decimal): -5591124 or 11317162. OLE color: 11317162.

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

Color convert

RGB170175172-
CMYK0.0300.020.31
HSL144º3.03%67.65%-
HSV(B)144º2.86%68.63%-
XYZ39.3542.1845.1-
YUV173.16127.34125.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.88%
GREEN value IS 175 (68.75% from 255) = 33.85%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=32.88%
G=33.85%
B=33.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751720.0300.020.311443.0367.65
HexAAAFAC3021F90344
Octal252257254302372203104
Binary101010101010111110101100110101111110010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFAC; }

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

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

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

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

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

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

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

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