#A7ABB7

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

Shades of Mischka #A7ABB7

Tints of Mischka #A7ABB7

Color information

#A7ABB7 (or 0xA7ABB7) is unknown color: approx Mischka. HEX triplet: A7, AB and B7. RGB value is (167,171,183). Sum of RGB (Red+Green+Blue) = 167+171+183=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 171 (67.19% from 255 or 32.82% from 521); Blue value is 183 (71.88% from 255 or 35.12% from 521); Max value from RGB is 183 - color contains mainly: blue. Hex color #A7ABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7ABB7 is #585448. Grayscale: #ABABAB. Windows color (decimal): -5788745 or 12037031. OLE color: 12037031.

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

Color convert

RGB167171183-
CMYK0.090.0700.28
HSL225º10%68.63%-
HSV(B)225º8.74%71.76%-
XYZ39.0540.7650.61-
YUV171.17134.67125.02-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 171 (67.19% from 255) = 32.82%
BLUE value IS 183 (71.88% from 255) = 35.12%
R=32.05%
G=32.82%
B=35.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1671711830.090.0700.282251068.63
HexA7ABB79701Ce1a45
Octal24725326711703434112105
Binary10100111101010111011011110011110111001110000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABB7; }

 p { color: rgb(167,171,183); }

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

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

 a { background-color: rgb(167,171,183); }

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

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

 span { border-color: rgb(167,171,183); }

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