#A8ACB9

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

Shades of Mischka #A8ACB9

Tints of Mischka #A8ACB9

Color information

#A8ACB9 (or 0xA8ACB9) is unknown color: approx Mischka. HEX triplet: A8, AC and B9. RGB value is (168,172,185). Sum of RGB (Red+Green+Blue) = 168+172+185=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 185 - color contains mainly: blue. Hex color #A8ACB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ACB9 is #575346. Grayscale: #ACACAC. Windows color (decimal): -5722951 or 12168360. OLE color: 12168360.

HSL color Cylindrical-coordinate representation of color #A8ACB9: hue angle of 225.88º degrees, saturation: 0.11, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A8ACB9 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168172185-
CMYK0.090.0700.27
HSL225.88º10.83%69.22%-
HSV(B)225.88º9.19%72.55%-
XYZ39.6641.3351.79-
YUV172.29135.17124.94-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 185 (72.66% from 255) = 35.24%
R=32%
G=32.76%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681721850.090.0700.27225.8810.8369.22
HexA8ACB99701Be2b45
Octal25025427111703334213105
Binary10101000101011001011100110011110110111110001010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ACB9; }

 p { color: rgb(168,172,185); }

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

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

 a { background-color: rgb(168,172,185); }

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

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

 span { border-color: rgb(168,172,185); }

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