#A8AFBD

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

Shades of Mischka #A8AFBD

Tints of Mischka #A8AFBD

Color information

#A8AFBD (or 0xA8AFBD) is unknown color: approx Mischka. HEX triplet: A8, AF and BD. RGB value is (168,175,189). Sum of RGB (Red+Green+Blue) = 168+175+189=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 189 (74.22% from 255 or 35.53% from 532); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8AFBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFBD is #575042. Grayscale: #AEAEAE. Windows color (decimal): -5722179 or 12431272. OLE color: 12431272.

HSL color Cylindrical-coordinate representation of color #A8AFBD: hue angle of 220º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AFBD is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB168175189-
CMYK0.110.0700.26
HSL220º13.73%70%-
HSV(B)220º11.11%74.12%-
XYZ40.6642.6654.23-
YUV174.5136.18123.36-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 189 (74.22% from 255) = 35.53%
R=31.58%
G=32.89%
B=35.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681751890.110.0700.2622013.7370
HexA8AFBDB701Adce46
Octal25025727513703233416106
Binary10101000101011111011110110111110110101101110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFBD; }

 p { color: rgb(168,175,189); }

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

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

 a { background-color: rgb(168,175,189); }

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

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

 span { border-color: rgb(168,175,189); }

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