#AFB0B2

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

Shades of Mischka #AFB0B2

Tints of Mischka #AFB0B2

Color information

#AFB0B2 (or 0xAFB0B2) is unknown color: approx Mischka. HEX triplet: AF, B0 and B2. RGB value is (175,176,178). Sum of RGB (Red+Green+Blue) = 175+176+178=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFB0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB0B2 is #504F4D. Grayscale: #AFAFAF. Windows color (decimal): -5263182 or 11710639. OLE color: 11710639.

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

Color convert

RGB175176178-
CMYK0.020.0100.30
HSL220º1.91%69.22%-
HSV(B)220º1.69%69.8%-
XYZ41.2443.3848.32-
YUV175.93129.17127.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.08%
GREEN value IS 176 (69.14% from 255) = 33.27%
BLUE value IS 178 (69.92% from 255) = 33.65%
R=33.08%
G=33.27%
B=33.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751761780.020.0100.302201.9169.22
HexAFB0B22101Edc245
Octal257260262210363342105
Binary10101111101100001011001010101111011011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB0B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB0B2; }

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

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

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

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

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

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

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

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