#A5AABB

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

Shades of Mischka #A5AABB

Tints of Mischka #A5AABB

Color information

#A5AABB (or 0xA5AABB) is unknown color: approx Mischka. HEX triplet: A5, AA and BB. RGB value is (165,170,187). Sum of RGB (Red+Green+Blue) = 165+170+187=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABB is #5A5544. Grayscale: #AAAAAA. Windows color (decimal): -5920069 or 12298917. OLE color: 12298917.

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

Color convert

RGB165170187-
CMYK0.120.0900.27
HSL226.36º13.92%69.02%-
HSV(B)226.36º11.76%73.33%-
XYZ38.8640.3452.75-
YUV170.44137.34124.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.61%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=31.61%
G=32.57%
B=35.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651701870.120.0900.27226.3613.9269.02
HexA5AABBC901Be2e45
Octal245252273141103334216105
Binary101001011010101010111011110010010110111110001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AABB; }

 p { color: rgb(165,170,187); }

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

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

 a { background-color: rgb(165,170,187); }

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

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

 span { border-color: rgb(165,170,187); }

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