#ABACB0

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

Shades of Mischka #ABACB0

Tints of Mischka #ABACB0

Color information

#ABACB0 (or 0xABACB0) is unknown color: approx Mischka. HEX triplet: AB, AC and B0. RGB value is (171,172,176). Sum of RGB (Red+Green+Blue) = 171+172+176=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 176 - color contains mainly: blue. Hex color #ABACB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACB0 is #54534F. Grayscale: #ACACAC. Windows color (decimal): -5526352 or 11578539. OLE color: 11578539.

HSL color Cylindrical-coordinate representation of color #ABACB0: hue angle of 228º degrees, saturation: 0.03, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #ABACB0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171172176-
CMYK0.030.0200.31
HSL228º3.07%68.04%-
HSV(B)228º2.84%69.02%-
XYZ39.3841.346.97-
YUV172.16130.17127.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 176 (69.14% from 255) = 33.91%
R=32.95%
G=33.14%
B=33.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711721760.030.0200.312283.0768.04
HexABACB03201Fe4344
Octal253254260320373443104
Binary101010111010110010110000111001111111100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACB0; }

 p { color: rgb(171,172,176); }

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

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

 a { background-color: rgb(171,172,176); }

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

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

 span { border-color: rgb(171,172,176); }

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