#A5AEB8

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

Shades of Mischka #A5AEB8

Tints of Mischka #A5AEB8

Color information

#A5AEB8 (or 0xA5AEB8) is unknown color: approx Mischka. HEX triplet: A5, AE and B8. RGB value is (165,174,184). Sum of RGB (Red+Green+Blue) = 165+174+184=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 174 (68.36% from 255 or 33.27% from 523); Blue value is 184 (72.27% from 255 or 35.18% from 523); Max value from RGB is 184 - color contains mainly: blue. Hex color #A5AEB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AEB8 is #5A5147. Grayscale: #ACACAC. Windows color (decimal): -5919048 or 12103333. OLE color: 12103333.

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

Color convert

RGB165174184-
CMYK0.100.0500.28
HSL211.58º11.8%68.43%-
HSV(B)211.58º10.33%72.16%-
XYZ39.341.7351.33-
YUV172.45134.52122.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 174 (68.36% from 255) = 33.27%
BLUE value IS 184 (72.27% from 255) = 35.18%
R=31.55%
G=33.27%
B=35.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651741840.100.0500.28211.5811.868.43
HexA5AEB8A501Cd4c44
Octal24525627012503432414104
Binary10100101101011101011100010101010111001101010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AEB8; }

 p { color: rgb(165,174,184); }

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

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

 a { background-color: rgb(165,174,184); }

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

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

 span { border-color: rgb(165,174,184); }

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