#ADB1AF

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

Shades of Periglacial Blue #ADB1AF

Tints of Periglacial Blue #ADB1AF

Color information

#ADB1AF (or 0xADB1AF) is unknown color: approx Periglacial Blue. HEX triplet: AD, B1 and AF. RGB value is (173,177,175). Sum of RGB (Red+Green+Blue) = 173+177+175=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB1AF is #524E50. Grayscale: #AFAFAF. Windows color (decimal): -5394001 or 11514285. OLE color: 11514285.

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

Color convert

RGB173177175-
CMYK0.0200.010.31
HSL150º2.5%68.63%-
HSV(B)150º2.26%69.41%-
XYZ40.6943.4246.79-
YUV175.58127.67126.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.95%
GREEN value IS 177 (69.53% from 255) = 33.71%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=32.95%
G=33.71%
B=33.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731771750.0200.010.311502.568.63
HexADB1AF2011F96245
Octal255261257201372262105
Binary10101101101100011010111110011111110010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1AF; }

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

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

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

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

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

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

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

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