#A8AEB5

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

Shades of Mischka #A8AEB5

Tints of Mischka #A8AEB5

Color information

#A8AEB5 (or 0xA8AEB5) is unknown color: approx Mischka. HEX triplet: A8, AE and B5. RGB value is (168,174,181). Sum of RGB (Red+Green+Blue) = 168+174+181=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 181 - color contains mainly: blue. Hex color #A8AEB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8AEB5 is #57514A. Grayscale: #ACACAC. Windows color (decimal): -5722443 or 11906728. OLE color: 11906728.

HSL color Cylindrical-coordinate representation of color #A8AEB5: hue angle of 212.31º degrees, saturation: 0.08, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A8AEB5 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB168174181-
CMYK0.070.0400.29
HSL212.31º8.07%68.43%-
HSV(B)212.31º7.18%70.98%-
XYZ39.6241.9349.72-
YUV173132.51124.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.12%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 181 (71.09% from 255) = 34.61%
R=32.12%
G=33.27%
B=34.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1681741810.070.0400.29212.318.0768.43
HexA8AEB57401Dd4844
Octal2502562657403532410104
Binary1010100010101110101101011111000111011101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AEB5; }

 p { color: rgb(168,174,181); }

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

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

 a { background-color: rgb(168,174,181); }

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

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

 span { border-color: rgb(168,174,181); }

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