#A9ACBD

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

Shades of Mischka #A9ACBD

Tints of Mischka #A9ACBD

Color information

#A9ACBD (or 0xA9ACBD) is unknown color: approx Mischka. HEX triplet: A9, AC and BD. RGB value is (169,172,189). Sum of RGB (Red+Green+Blue) = 169+172+189=530 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.89% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9ACBD is #565342. Grayscale: #ACACAC. Windows color (decimal): -5657411 or 12430505. OLE color: 12430505.

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

Color convert

RGB169172189-
CMYK0.110.0900.26
HSL231º13.16%70.2%-
HSV(B)231º10.58%74.12%-
XYZ40.341.6154.05-
YUV173.04137.01125.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.89%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 189 (74.22% from 255) = 35.66%
R=31.89%
G=32.45%
B=35.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691721890.110.0900.2623113.1670.2
HexA9ACBDB901Ae7d46
Octal251254275131103234715106
Binary101010011010110010111101101110010110101110011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9ACBD; }

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

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

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

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

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

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

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

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