#A6ACB3

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

Shades of Mischka #A6ACB3

Tints of Mischka #A6ACB3

Color information

#A6ACB3 (or 0xA6ACB3) is unknown color: approx Mischka. HEX triplet: A6, AC and B3. RGB value is (166,172,179). Sum of RGB (Red+Green+Blue) = 166+172+179=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 179 (70.31% from 255 or 34.62% from 517); Max value from RGB is 179 - color contains mainly: blue. Hex color #A6ACB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB3 is #59534C. Grayscale: #AAAAAA. Windows color (decimal): -5854029 or 11775142. OLE color: 11775142.

HSL color Cylindrical-coordinate representation of color #A6ACB3: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A6ACB3 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB166172179-
CMYK0.070.0400.30
HSL212.31º7.88%67.65%-
HSV(B)212.31º7.26%70.2%-
XYZ38.6240.8748.5-
YUV171132.51124.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 179 (70.31% from 255) = 34.62%
R=32.11%
G=33.27%
B=34.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1661721790.070.0400.30212.317.8867.65
HexA6ACB37401Ed4844
Octal2462542637403632410104
Binary1010011010101100101100111111000111101101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACB3; }

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

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

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

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

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

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

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

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