Html Css Color HEX #A7B1AD Periglacial Blue

📋 copy color: '#A7B1AD'

red 167 ◦ green 177 ◦ blue 173

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

Shades of Periglacial Blue #A7B1AD

Tints of Periglacial Blue #A7B1AD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

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

R = 32.3%
G = 34.24%
B = 33.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#A7B1AD (or 0xA7B1AD) is known color: Periglacial Blue. HEX triplet: A7, B1 and AD. RGB value is (167,177,173). Sum of RGB (Red+Green+Blue) = 167+177+173=517 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.30% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B1AD is #584E52. Grayscale: #ADADAD. Windows color (decimal): -5787219 or 11383207. OLE color: 11383207.

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

Color convert

RGB 167 177 173 -
CMYK 0.06 0 0.02 0.31
HSL 156º 0.06% 0.67% -
HSV(B) 156º 0.06% 0.69% -
XYZ 39.2 42.68 45.71 -
YUV 173.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 167 177 173 0.06 0 0.02 0.31 156 0.06 0.67
Hex A7 B1 AD 6 0 2 1F 9C 6 43
Octal 247 261 255 6 0 2 37 234 6 103
Binary 10100111 10110001 10101101 110 0 10 11111 10011100 110 1000011

Color Harmonies of #A7B1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B1AD

Black with #A7B1AD

Text Example


Text Example

White with #A7B1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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