Html Css Color HEX #A6B5AF Periglacial Blue

📋 copy color: '#A6B5AF'

red 166 ◦ green 181 ◦ blue 175

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

Shades of Periglacial Blue #A6B5AF

Tints of Periglacial Blue #A6B5AF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.67%

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

R = 31.8%
G = 34.67%
B = 33.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#A6B5AF (or 0xA6B5AF) is known color: Periglacial Blue. HEX triplet: A6, B5 and AF. RGB value is (166,181,175). Sum of RGB (Red+Green+Blue) = 166+181+175=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 181 (71.09% from 255 or 34.67% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 181 - color contains mainly: green. Hex color #A6B5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6B5AF is #594A50. Grayscale: #AFAFAF. Windows color (decimal): -5851729 or 11515302. OLE color: 11515302.

HSL color Cylindrical-coordinate representation of color #A6B5AF: hue angle of 156º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6B5AF is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 181 175 -
CMYK 0.08 0 0.03 0.29
HSL 156º 0.09% 0.68% -
HSV(B) 156º 0.08% 0.71% -
XYZ 39.99 44.25 46.99 -
YUV 175.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 166 181 175 0.08 0 0.03 0.29 156 0.09 0.68
Hex A6 B5 AF 8 0 3 1D 9C 9 44
Octal 246 265 257 10 0 3 35 234 11 104
Binary 10100110 10110101 10101111 1000 0 11 11101 10011100 1001 1000100

Color Harmonies of #A6B5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B5AF

Black with #A6B5AF

Text Example


Text Example

White with #A6B5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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