Html Css Color HEX #A6B2AD Periglacial Blue

📋 copy color: '#A6B2AD'

red 166 ◦ green 178 ◦ blue 173

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

Shades of Periglacial Blue #A6B2AD

Tints of Periglacial Blue #A6B2AD

RGB

 RED value IS 166 (65.23% from 255) = 32.11%

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

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

R = 32.11%
G = 34.43%
B = 33.46%

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

#A6B2AD (or 0xA6B2AD) is known color: Periglacial Blue. HEX triplet: A6, B2 and AD. RGB value is (166,178,173). Sum of RGB (Red+Green+Blue) = 166+178+173=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 173 (67.97% from 255 or 33.46% from 517); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6B2AD is #594D52. Grayscale: #ADADAD. Windows color (decimal): -5852499 or 11383462. OLE color: 11383462.

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

Color convert

RGB 166 178 173 -
CMYK 0.07 0 0.03 0.30
HSL 155º 0.07% 0.67% -
HSV(B) 155º 0.07% 0.7% -
XYZ 39.19 42.96 45.76 -
YUV 173.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 166 178 173 0.07 0 0.03 0.30 155 0.07 0.67
Hex A6 B2 AD 7 0 3 1E 9B 7 43
Octal 246 262 255 7 0 3 36 233 7 103
Binary 10100110 10110010 10101101 111 0 11 11110 10011011 111 1000011

Color Harmonies of #A6B2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B2AD

Black with #A6B2AD

Text Example


Text Example

White with #A6B2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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