#A4AAB6

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

Shades of Mischka #A4AAB6

Tints of Mischka #A4AAB6

Color information

#A4AAB6 (or 0xA4AAB6) is unknown color: approx Mischka. HEX triplet: A4, AA and B6. RGB value is (164,170,182). Sum of RGB (Red+Green+Blue) = 164+170+182=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 182 (71.48% from 255 or 35.27% from 516); Max value from RGB is 182 - color contains mainly: blue. Hex color #A4AAB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AAB6 is #5B5549. Grayscale: #A9A9A9. Windows color (decimal): -5985610 or 11971236. OLE color: 11971236.

HSL color Cylindrical-coordinate representation of color #A4AAB6: hue angle of 220º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4AAB6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB164170182-
CMYK0.100.0700.29
HSL220º10.98%67.84%-
HSV(B)220º9.89%71.37%-
XYZ38.1340.0249.97-
YUV169.57135.01124.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.78%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 182 (71.48% from 255) = 35.27%
R=31.78%
G=32.95%
B=35.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1641701820.100.0700.2922010.9867.84
HexA4AAB6A701Ddcb44
Octal24425226612703533413104
Binary10100100101010101011011010101110111011101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AAB6; }

 p { color: rgb(164,170,182); }

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

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

 a { background-color: rgb(164,170,182); }

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

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

 span { border-color: rgb(164,170,182); }

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