#AAAFAD

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

Shades of Periglacial Blue #AAAFAD

Tints of Periglacial Blue #AAAFAD

Color information

#AAAFAD (or 0xAAAFAD) is unknown color: approx Periglacial Blue. HEX triplet: AA, AF and AD. RGB value is (170,175,173). Sum of RGB (Red+Green+Blue) = 170+175+173=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAFAD is #555052. Grayscale: #ADADAD. Windows color (decimal): -5591123 or 11382698. OLE color: 11382698.

HSL color Cylindrical-coordinate representation of color #AAAFAD: hue angle of 156º 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 #AAAFAD is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB170175173-
CMYK0.0300.010.31
HSL156º3.03%67.65%-
HSV(B)156º2.86%68.63%-
XYZ39.4542.2245.61-
YUV173.28127.84125.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 173 (67.97% from 255) = 33.40%
R=32.82%
G=33.78%
B=33.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1701751730.0300.010.311563.0367.65
HexAAAFAD3011F9c344
Octal252257255301372343104
Binary10101010101011111010110111011111110011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAFAD; }

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

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

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

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

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

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

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

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