Html Css Color HEX #A7B3AD Periglacial Blue

📋 copy color: '#A7B3AD'

red 167 ◦ green 179 ◦ blue 173

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

Shades of Periglacial Blue #A7B3AD

Tints of Periglacial Blue #A7B3AD

RGB

 RED value IS 167 (65.63% from 255) = 32.18%

 GREEN value IS 179 (70.31% from 255) = 34.49%

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 32.18%
G = 34.49%
B = 33.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#A7B3AD (or 0xA7B3AD) is known color: Periglacial Blue. HEX triplet: A7, B3 and AD. RGB value is (167,179,173). Sum of RGB (Red+Green+Blue) = 167+179+173=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 179 (70.31% from 255 or 34.49% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B3AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7B3AD is #584C52. Grayscale: #AEAEAE. Windows color (decimal): -5786707 or 11383719. OLE color: 11383719.

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

Color convert

RGB 167 179 173 -
CMYK 0.07 0 0.03 0.30
HSL 150º 0.07% 0.68% -
HSV(B) 150º 0.07% 0.7% -
XYZ 39.6 43.47 45.84 -
YUV 174.73 127.02 122.49 -
System Red Green Blue C M Y K H S L
Decimal 167 179 173 0.07 0 0.03 0.30 150 0.07 0.68
Hex A7 B3 AD 7 0 3 1E 96 7 44
Octal 247 263 255 7 0 3 36 226 7 104
Binary 10100111 10110011 10101101 111 0 11 11110 10010110 111 1000100

Color Harmonies of #A7B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B3AD

Black with #A7B3AD

Text Example


Text Example

White with #A7B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B3AD; }

 p { color: rgb(167,179,173); }

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

background-color css

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

 a { background-color: rgb(167,179,173); }

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

border-color css

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

 span { border-color: rgb(167,179,173); }

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