#A8ABB1

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

Shades of Mischka #A8ABB1

Tints of Mischka #A8ABB1

Color information

#A8ABB1 (or 0xA8ABB1) is unknown color: approx Mischka. HEX triplet: A8, AB and B1. RGB value is (168,171,177). Sum of RGB (Red+Green+Blue) = 168+171+177=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 177 (69.53% from 255 or 34.30% from 516); Max value from RGB is 177 - color contains mainly: blue. Hex color #A8ABB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8ABB1 is #57544E. Grayscale: #AAAAAA. Windows color (decimal): -5723215 or 11643816. OLE color: 11643816.

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

Color convert

RGB168171177-
CMYK0.050.0300.31
HSL220º5.45%67.65%-
HSV(B)220º5.08%69.41%-
XYZ38.6540.6247.4-
YUV170.79131.51126.01-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 171 (67.19% from 255) = 33.14%
BLUE value IS 177 (69.53% from 255) = 34.30%
R=32.56%
G=33.14%
B=34.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681711770.050.0300.312205.4567.65
HexA8ABB15301Fdc544
Octal250253261530373345104
Binary10101000101010111011000110111011111110111001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABB1; }

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

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

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

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

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

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

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

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