#A6ACB9

Color #A6ACB9 Mischka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mischka #A6ACB9

Tints of Mischka #A6ACB9

Color information

#A6ACB9 (or 0xA6ACB9) is unknown color: approx Mischka. HEX triplet: A6, AC and B9. RGB value is (166,172,185). Sum of RGB (Red+Green+Blue) = 166+172+185=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #A6ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB9 is #595346. Grayscale: #ABABAB. Windows color (decimal): -5854023 or 12168358. OLE color: 12168358.

HSL color Cylindrical-coordinate representation of color #A6ACB9: hue angle of 221.05º 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 #A6ACB9 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB166172185-
CMYK0.100.0700.27
HSL221.05º11.95%68.82%-
HSV(B)221.05º10.27%72.55%-
XYZ39.2441.1151.77-
YUV171.69135.51123.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 172 (67.58% from 255) = 32.89%
BLUE value IS 185 (72.66% from 255) = 35.37%
R=31.74%
G=32.89%
B=35.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661721850.100.0700.27221.0511.9568.82
HexA6ACB9A701Bddc45
Octal24625427112703333514105
Binary10100110101011001011100110101110110111101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACB9; }

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

 H1.HeaderClassName
 {
   color: #A6ACB9;
 }
 .AnyTagClassName
 {
   color: #A6ACB9;
 }
</style>
background-color css

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

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

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

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

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

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