#A1A8B8

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

Shades of Mischka #A1A8B8

Tints of Mischka #A1A8B8

Color information

#A1A8B8 (or 0xA1A8B8) is unknown color: approx Mischka. HEX triplet: A1, A8 and B8. RGB value is (161,168,184). Sum of RGB (Red+Green+Blue) = 161+168+184=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 184 (72.27% from 255 or 35.87% from 513); Max value from RGB is 184 - color contains mainly: blue. Hex color #A1A8B8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1A8B8 is #5E5747. Grayscale: #A7A7A7. Windows color (decimal): -6182728 or 12101793. OLE color: 12101793.

HSL color Cylindrical-coordinate representation of color #A1A8B8: hue angle of 221.74º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1A8B8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB161168184-
CMYK0.120.0900.28
HSL221.74º13.94%67.65%-
HSV(B)221.74º12.5%72.16%-
XYZ37.3539.0450.91-
YUV167.73137.18123.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 184 (72.27% from 255) = 35.87%
R=31.38%
G=32.75%
B=35.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611681840.120.0900.28221.7413.9467.65
HexA1A8B8C901Cdee44
Octal241250270141103433616104
Binary101000011010100010111000110010010111001101111011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A8B8; }

 p { color: rgb(161,168,184); }

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

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

 a { background-color: rgb(161,168,184); }

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

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

 span { border-color: rgb(161,168,184); }

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