Html Css Color HEX #A6AAB9 Mischka

📋 copy color: '#A6AAB9'

red 166 ◦ green 170 ◦ blue 185

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

Shades of Mischka #A6AAB9

Tints of Mischka #A6AAB9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.63%

 BLUE value IS 185 (72.66% from 255) = 35.51%

R = 31.86%
G = 32.63%
B = 35.51%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A6AAB9 (or 0xA6AAB9) is known color: Mischka. HEX triplet: A6, AA and B9. RGB value is (166,170,185). Sum of RGB (Red+Green+Blue) = 166+170+185=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6AAB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAB9 is #595546. Grayscale: #AAAAAA. Windows color (decimal): -5854535 or 12167846. OLE color: 12167846.

HSL color Cylindrical-coordinate representation of color #A6AAB9: hue angle of 227.37º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A6AAB9 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 166 170 185 -
CMYK 0.10 0.08 0 0.27
HSL 227.37º 0.12% 0.69% -
HSV(B) 227.37º 0.1% 0.73% -
XYZ 38.86 40.36 51.64 -
YUV 170.51 136.17 124.78 -
System Red Green Blue C M Y K H S L
Decimal 166 170 185 0.10 0.08 0 0.27 227.37 0.12 0.69
Hex A6 AA B9 A 8 0 1B E3 C 45
Octal 246 252 271 12 10 0 33 343 14 105
Binary 10100110 10101010 10111001 1010 1000 0 11011 11100011 1100 1000101

Color Harmonies of #A6AAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAB9

Black with #A6AAB9

Text Example


Text Example

White with #A6AAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AAB9; }

 p { color: rgb(166,170,185); }

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

background-color css

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

 a { background-color: rgb(166,170,185); }

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

border-color css

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

 span { border-color: rgb(166,170,185); }

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