#A4ACB7

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

Shades of Mischka #A4ACB7

Tints of Mischka #A4ACB7

Color information

#A4ACB7 (or 0xA4ACB7) is unknown color: approx Mischka. HEX triplet: A4, AC and B7. RGB value is (164,172,183). Sum of RGB (Red+Green+Blue) = 164+172+183=519 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.60% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 183 (71.88% from 255 or 35.26% from 519); Max value from RGB is 183 - color contains mainly: blue. Hex color #A4ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACB7 is #5B5348. Grayscale: #AAAAAA. Windows color (decimal): -5985097 or 12037284. OLE color: 12037284.

HSL color Cylindrical-coordinate representation of color #A4ACB7: hue angle of 214.74º 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 #A4ACB7 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB164172183-
CMYK0.100.0600.28
HSL214.74º11.66%68.04%-
HSV(B)214.74º10.38%71.76%-
XYZ38.6140.8250.64-
YUV170.86134.85123.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.60%
GREEN value IS 172 (67.58% from 255) = 33.14%
BLUE value IS 183 (71.88% from 255) = 35.26%
R=31.60%
G=33.14%
B=35.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1641721830.100.0600.28214.7411.6668.04
HexA4ACB7A601Cd7c44
Octal24425426712603432714104
Binary10100100101011001011011110101100111001101011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4ACB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4ACB7; }

 p { color: rgb(164,172,183); }

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

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

 a { background-color: rgb(164,172,183); }

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

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

 span { border-color: rgb(164,172,183); }

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