#ABACB1

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

Shades of Mischka #ABACB1

Tints of Mischka #ABACB1

Color information

#ABACB1 (or 0xABACB1) is unknown color: approx Mischka. HEX triplet: AB, AC and B1. RGB value is (171,172,177). Sum of RGB (Red+Green+Blue) = 171+172+177=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 177 (69.53% from 255 or 34.04% from 520); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABACB1 is #54534E. Grayscale: #ACACAC. Windows color (decimal): -5526351 or 11644075. OLE color: 11644075.

HSL color Cylindrical-coordinate representation of color #ABACB1: hue angle of 230º degrees, saturation: 0.04, 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 #ABACB1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB171172177-
CMYK0.030.0300.31
HSL230º3.7%68.24%-
HSV(B)230º3.39%69.41%-
XYZ39.4841.3447.49-
YUV172.27130.67127.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.88%
GREEN value IS 172 (67.58% from 255) = 33.08%
BLUE value IS 177 (69.53% from 255) = 34.04%
R=32.88%
G=33.08%
B=34.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711721770.030.0300.312303.768.24
HexABACB13301Fe6444
Octal253254261330373464104
Binary1010101110101100101100011111011111111001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACB1; }

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

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

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

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

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

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

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

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