#A9ACBB

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

Shades of Mischka #A9ACBB

Tints of Mischka #A9ACBB

Color information

#A9ACBB (or 0xA9ACBB) is unknown color: approx Mischka. HEX triplet: A9, AC and BB. RGB value is (169,172,187). Sum of RGB (Red+Green+Blue) = 169+172+187=528 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.01% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 187 - color contains mainly: blue. Hex color #A9ACBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ACBB is #565344. Grayscale: #ACACAC. Windows color (decimal): -5657413 or 12299433. OLE color: 12299433.

HSL color Cylindrical-coordinate representation of color #A9ACBB: hue angle of 230º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A9ACBB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB169172187-
CMYK0.100.0800.27
HSL230º11.69%69.8%-
HSV(B)230º9.63%73.33%-
XYZ40.0841.5352.92-
YUV172.81136.01125.28-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.01%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 187 (73.44% from 255) = 35.42%
R=32.01%
G=32.58%
B=35.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691721870.100.0800.2723011.6969.8
HexA9ACBBA801Be6c46
Octal251254273121003334614106
Binary101010011010110010111011101010000110111110011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACBB; }

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

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

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

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

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

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

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

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