#A6ACB7

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

Shades of Mischka #A6ACB7

Tints of Mischka #A6ACB7

Color information

#A6ACB7 (or 0xA6ACB7) is unknown color: approx Mischka. HEX triplet: A6, AC and B7. RGB value is (166,172,183). Sum of RGB (Red+Green+Blue) = 166+172+183=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #A6ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACB7 is #595348. Grayscale: #ABABAB. Windows color (decimal): -5854025 or 12037286. OLE color: 12037286.

HSL color Cylindrical-coordinate representation of color #A6ACB7: hue angle of 218.82º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A6ACB7 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB166172183-
CMYK0.090.0600.28
HSL218.82º10.56%68.43%-
HSV(B)218.82º9.29%71.76%-
XYZ39.0341.0350.66-
YUV171.46134.51124.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=31.86%
G=33.01%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1661721830.090.0600.28218.8210.5668.43
HexA6ACB79601Cdbb44
Octal24625426711603433313104
Binary10100110101011001011011110011100111001101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACB7; }

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

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

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

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

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

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

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

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