#AFB1B4

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

Shades of Mischka #AFB1B4

Tints of Mischka #AFB1B4

Color information

#AFB1B4 (or 0xAFB1B4) is unknown color: approx Mischka. HEX triplet: AF, B1 and B4. RGB value is (175,177,180). Sum of RGB (Red+Green+Blue) = 175+177+180=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 180 (70.70% from 255 or 33.83% from 532); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFB1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFB1B4 is #504E4B. Grayscale: #B0B0B0. Windows color (decimal): -5262924 or 11841967. OLE color: 11841967.

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

Color convert

RGB175177180-
CMYK0.030.0200.29
HSL216º3.23%69.61%-
HSV(B)216º2.78%70.59%-
XYZ41.6443.8549.45-
YUV176.74129.84126.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.89%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 180 (70.70% from 255) = 33.83%
R=32.89%
G=33.27%
B=33.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751771800.030.0200.292163.2369.61
HexAFB1B43201Dd8346
Octal257261264320353303106
Binary101011111011000110110100111001110111011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB1B4; }

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

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

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

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

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

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

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

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