#A6ACBB

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

Shades of Mischka #A6ACBB

Tints of Mischka #A6ACBB

Color information

#A6ACBB (or 0xA6ACBB) is unknown color: approx Mischka. HEX triplet: A6, AC and BB. RGB value is (166,172,187). Sum of RGB (Red+Green+Blue) = 166+172+187=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #A6ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACBB is #595344. Grayscale: #ABABAB. Windows color (decimal): -5854021 or 12299430. OLE color: 12299430.

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

Color convert

RGB166172187-
CMYK0.110.0800.27
HSL222.86º13.38%69.22%-
HSV(B)222.86º11.23%73.33%-
XYZ39.4541.252.89-
YUV171.92136.51123.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.62%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=31.62%
G=32.76%
B=35.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661721870.110.0800.27222.8613.3869.22
HexA6ACBBB801Bdfd45
Octal246254273131003333715105
Binary101001101010110010111011101110000110111101111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACBB; }

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

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

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

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

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

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

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

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