Html Css Color HEX #ADB0AF Periglacial Blue

📋 copy color: '#ADB0AF'

red 173 ◦ green 176 ◦ blue 175

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

Shades of Periglacial Blue #ADB0AF

Tints of Periglacial Blue #ADB0AF

RGB

 RED value IS 173 (67.97% from 255) = 33.02%

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 175 (68.75% from 255) = 33.4%

R = 33.02%
G = 33.59%
B = 33.4%

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

#ADB0AF (or 0xADB0AF) is known color: Periglacial Blue. HEX triplet: AD, B0 and AF. RGB value is (173,176,175). Sum of RGB (Red+Green+Blue) = 173+176+175=524 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.02% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB0AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADB0AF is #524F50. Grayscale: #AEAEAE. Windows color (decimal): -5394257 or 11514029. OLE color: 11514029.

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

Color convert

RGB 173 176 175 -
CMYK 0.02 0 0.01 0.31
HSL 160º 0.02% 0.68% -
HSV(B) 160º 0.02% 0.69% -
XYZ 40.5 43.03 46.73 -
YUV 174.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 173 176 175 0.02 0 0.01 0.31 160 0.02 0.68
Hex AD B0 AF 2 0 1 1F A0 2 44
Octal 255 260 257 2 0 1 37 240 2 104
Binary 10101101 10110000 10101111 10 0 1 11111 10100000 10 1000100

Color Harmonies of #ADB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0AF

Black with #ADB0AF

Text Example


Text Example

White with #ADB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0AF; }

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

 H1.HeaderClassName
 {
   color: #ADB0AF;
 }
 .AnyTagClassName
 {
   color: #ADB0AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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