Html Css Color HEX #A7B2AD Periglacial Blue

📋 copy color: '#A7B2AD'

red 167 ◦ green 178 ◦ blue 173

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

Shades of Periglacial Blue #A7B2AD

Tints of Periglacial Blue #A7B2AD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.36%

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

R = 32.24%
G = 34.36%
B = 33.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#A7B2AD (or 0xA7B2AD) is known color: Periglacial Blue. HEX triplet: A7, B2 and AD. RGB value is (167,178,173). Sum of RGB (Red+Green+Blue) = 167+178+173=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 178 - color contains mainly: green. Hex color #A7B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7B2AD is #584D52. Grayscale: #AEAEAE. Windows color (decimal): -5786963 or 11383463. OLE color: 11383463.

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

Color convert

RGB 167 178 173 -
CMYK 0.06 0 0.03 0.30
HSL 152.73º 0.07% 0.68% -
HSV(B) 152.73º 0.06% 0.7% -
XYZ 39.4 43.07 45.77 -
YUV 174.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 167 178 173 0.06 0 0.03 0.30 152.73 0.07 0.68
Hex A7 B2 AD 6 0 3 1E 99 7 44
Octal 247 262 255 6 0 3 36 231 7 104
Binary 10100111 10110010 10101101 110 0 11 11110 10011001 111 1000100

Color Harmonies of #A7B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B2AD

Black with #A7B2AD

Text Example


Text Example

White with #A7B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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