Html Css Color HEX #ADB1AF Periglacial Blue

📋 copy color: '#ADB1AF'

red 173 ◦ green 177 ◦ blue 175

#ADB1AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #ADB1AF

Tints of Periglacial Blue #ADB1AF

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 value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#ADB1AF (or 0xADB1AF) is known color: 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

RGB 173 177 175 -
CMYK 0.02 0 0.01 0.31
HSL 150º 0.03% 0.69% -
HSV(B) 150º 0.02% 0.69% -
XYZ 40.69 43.42 46.79 -
YUV 175.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 173 177 175 0.02 0 0.01 0.31 150 0.03 0.69
Hex AD B1 AF 2 0 1 1F 96 2 45
Octal 255 261 257 2 0 1 37 226 2 105
Binary 10101101 10110001 10101111 10 0 1 11111 10010110 10 1000101

Color Harmonies of #ADB1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB1AF

Black with #ADB1AF

Text Example


Text Example

White with #ADB1AF

Text Example


Text Example

HTML Codes & Css Web 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>