Html Css Color HEX #A6B3AF Periglacial Blue

📋 copy color: '#A6B3AF'

red 166 ◦ green 179 ◦ blue 175

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

Shades of Periglacial Blue #A6B3AF

Tints of Periglacial Blue #A6B3AF

RGB

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

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

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

R = 31.92%
G = 34.42%
B = 33.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#A6B3AF (or 0xA6B3AF) is known color: Periglacial Blue. HEX triplet: A6, B3 and AF. RGB value is (166,179,175). Sum of RGB (Red+Green+Blue) = 166+179+175=520 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.92% from 520); Green value is 179 (70.31% from 255 or 34.42% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 179 - color contains mainly: green. Hex color #A6B3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B3AF is #594C50. Grayscale: #AEAEAE. Windows color (decimal): -5852241 or 11514790. OLE color: 11514790.

HSL color Cylindrical-coordinate representation of color #A6B3AF: hue angle of 161.54º degrees, saturation: 0.08, 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 #A6B3AF is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB 166 179 175 -
CMYK 0.07 0 0.02 0.30
HSL 161.54º 0.08% 0.68% -
HSV(B) 161.54º 0.07% 0.7% -
XYZ 39.58 43.44 46.86 -
YUV 174.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 166 179 175 0.07 0 0.02 0.30 161.54 0.08 0.68
Hex A6 B3 AF 7 0 2 1E A2 8 44
Octal 246 263 257 7 0 2 36 242 10 104
Binary 10100110 10110011 10101111 111 0 10 11110 10100010 1000 1000100

Color Harmonies of #A6B3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B3AF

Black with #A6B3AF

Text Example


Text Example

White with #A6B3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B3AF; }

 p { color: rgb(166,179,175); }

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

background-color css

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

 a { background-color: rgb(166,179,175); }

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

border-color css

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

 span { border-color: rgb(166,179,175); }

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