#A5AAB0

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

Shades of Mischka #A5AAB0

Tints of Mischka #A5AAB0

Color information

#A5AAB0 (or 0xA5AAB0) is unknown color: approx Mischka. HEX triplet: A5, AA and B0. RGB value is (165,170,176). Sum of RGB (Red+Green+Blue) = 165+170+176=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 176 - color contains mainly: blue. Hex color #A5AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAB0 is #5A554F. Grayscale: #A9A9A9. Windows color (decimal): -5920080 or 11578021. OLE color: 11578021.

HSL color Cylindrical-coordinate representation of color #A5AAB0: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5AAB0 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB165170176-
CMYK0.060.0300.31
HSL212.73º6.51%66.86%-
HSV(B)212.73º6.25%69.02%-
XYZ37.7339.8846.78-
YUV169.19131.84125.01-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 170 (66.80% from 255) = 33.27%
BLUE value IS 176 (69.14% from 255) = 34.44%
R=32.29%
G=33.27%
B=34.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1651701760.060.0300.31212.736.5166.86
HexA5AAB06301Fd5743
Octal245252260630373257103
Binary10100101101010101011000011011011111110101011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AAB0; }

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

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

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

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

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

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

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

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