#A6ACBC

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

Shades of Mischka #A6ACBC

Tints of Mischka #A6ACBC

Color information

#A6ACBC (or 0xA6ACBC) is unknown color: approx Mischka. HEX triplet: A6, AC and BC. RGB value is (166,172,188). Sum of RGB (Red+Green+Blue) = 166+172+188=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 188 (73.83% from 255 or 35.74% from 526); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6ACBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACBC is #595343. Grayscale: #ABABAB. Windows color (decimal): -5854020 or 12364966. OLE color: 12364966.

HSL color Cylindrical-coordinate representation of color #A6ACBC: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6ACBC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166172188-
CMYK0.120.0900.26
HSL223.64º14.1%69.41%-
HSV(B)223.64º11.7%73.73%-
XYZ39.5641.2453.45-
YUV172.03137.01123.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.56%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 188 (73.83% from 255) = 35.74%
R=31.56%
G=32.70%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661721880.120.0900.26223.6414.169.41
HexA6ACBCC901Ae0e45
Octal246254274141103234016105
Binary101001101010110010111100110010010110101110000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACBC; }

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

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

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

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

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

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

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

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