#AFB0B1

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

Shades of Mischka #AFB0B1

Tints of Mischka #AFB0B1

Color information

#AFB0B1 (or 0xAFB0B1) is unknown color: approx Mischka. HEX triplet: AF, B0 and B1. RGB value is (175,176,177). Sum of RGB (Red+Green+Blue) = 175+176+177=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 177 - color contains mainly: blue. Hex color #AFB0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0B1 is #504F4E. Grayscale: #AFAFAF. Windows color (decimal): -5263183 or 11645103. OLE color: 11645103.

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

Color convert

RGB175176177-
CMYK0.010.0100.31
HSL210º1.27%69.02%-
HSV(B)210º1.13%69.41%-
XYZ41.1443.3447.79-
YUV175.82128.67127.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 176 (69.14% from 255) = 33.33%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=33.14%
G=33.33%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751761770.010.0100.312101.2769.02
HexAFB0B11101Fd2145
Octal257260261110373221105
Binary101011111011000010110001110111111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0B1; }

 p { color: rgb(175,176,177); }

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

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

 a { background-color: rgb(175,176,177); }

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

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

 span { border-color: rgb(175,176,177); }

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