#A4A7BE

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

Shades of Mischka #A4A7BE

Tints of Mischka #A4A7BE

Color information

#A4A7BE (or 0xA4A7BE) is unknown color: approx Mischka. HEX triplet: A4, A7 and BE. RGB value is (164,167,190). Sum of RGB (Red+Green+Blue) = 164+167+190=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #A4A7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A7BE is #5B5841. Grayscale: #A8A8A8. Windows color (decimal): -5986370 or 12494756. OLE color: 12494756.

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

Color convert

RGB164167190-
CMYK0.140.1200.25
HSL233.08º16.67%69.41%-
HSV(B)233.08º13.68%74.51%-
XYZ38.4239.2554.27-
YUV168.72140.01124.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 190 (74.61% from 255) = 36.47%
R=31.48%
G=32.05%
B=36.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641671900.140.1200.25233.0816.6769.41
HexA4A7BEEC019e91145
Octal244247276161403135121105
Binary1010010010100111101111101110110001100111101001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4A7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4A7BE; }

 p { color: rgb(164,167,190); }

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

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

 a { background-color: rgb(164,167,190); }

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

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

 span { border-color: rgb(164,167,190); }

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