#A8AFBB

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

Shades of Mischka #A8AFBB

Tints of Mischka #A8AFBB

Color information

#A8AFBB (or 0xA8AFBB) is unknown color: approx Mischka. HEX triplet: A8, AF and BB. RGB value is (168,175,187). Sum of RGB (Red+Green+Blue) = 168+175+187=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 175 (68.75% from 255 or 33.02% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 187 - color contains mainly: blue. Hex color #A8AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AFBB is #575044. Grayscale: #AEAEAE. Windows color (decimal): -5722181 or 12300200. OLE color: 12300200.

HSL color Cylindrical-coordinate representation of color #A8AFBB: hue angle of 217.89º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A8AFBB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB168175187-
CMYK0.100.0600.27
HSL217.89º12.26%69.61%-
HSV(B)217.89º10.16%73.33%-
XYZ40.4542.5753.1-
YUV174.28135.18123.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 175 (68.75% from 255) = 33.02%
BLUE value IS 187 (73.44% from 255) = 35.28%
R=31.70%
G=33.02%
B=35.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681751870.100.0600.27217.8912.2669.61
HexA8AFBBA601Bdac46
Octal25025727312603333214106
Binary10101000101011111011101110101100110111101101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AFBB; }

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

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

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

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

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

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

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

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